Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command parsing to use the bot_command entity #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix command parsing to use the bot_command entity #20

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 7, 2017

Telegram sends a bot_command entity for commands highlighted by the client, such as /command or /command@botname. This commit makes the library check whether there's a bot_command entity at offset 0 instead of simply checking if the message starts with / to ensure that formatted text beginning with a slash isn't erroneously interpreted as a command.

@ghost ghost changed the title Parse bot_command entity properly Fix command parsing to use the bot_command entity Sep 7, 2017
Telegram sends a `bot_command` entity for commands highlighted by the
client, such as `/command` or `/command@botname`. This commit makes the
library check whether there's a `bot_command` entity at offset 0 instead
of simply checking if the message starts with `/` to ensure that
formatted text beginning with a slash isn't erroneously interpreted as
a command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant