Replies: 2 comments 2 replies
-
"register_next_step_handler" not implemented in AsyncTeleBot. You can use states or create a simple database where the current state of the dialog with the user will be stored. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please answer these questions before submitting your issue. Thanks!
Hi guys I have an issue with converting my telebot to an async telebot, I have a callback_query_handler that creates a menu for user to select an option
and a function process_name_step() :
Basically what I need is to create a menu > when user chooses an options it will lead to another menu > prompt user to enter the information > store the information
Beta Was this translation helpful? Give feedback.
All reactions