You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have an ability which handles user's input with reply method. Now, imagine the following:
User: /set-age
Bot: what's your age?
User: /some-command
Bot: I am sorry, you input should be a digit
What I want to achieve is that once bot in some particular command and user uses another command, bot should stop handling the previous command and switch to a new one.
Could not find such functionality in docs
The text was updated successfully, but these errors were encountered:
I do have an ability which handles user's input with
reply
method. Now, imagine the following:What I want to achieve is that once bot in some particular command and user uses another command, bot should stop handling the previous command and switch to a new one.
Could not find such functionality in docs
The text was updated successfully, but these errors were encountered: