Replies: 1 comment
-
Use states, there are no steps in async |
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
-
hello, i was working with telebot using async and i wanted the handler to listen for message sent and instead i got the error:
2024-02-16 14:32:29,204 (async_telebot.py:552 MainThread) ERROR - TeleBot: "'AsyncTeleBot' object has no attribute 'register_next_step_handler'"
is there a valid attribute in AsyncTelebot to similar to register_next_step_handler
NB: i dont to use https://pytba.readthedocs.io/en/latest/sync_version/index.html#telebot.TeleBot.register_next_step_handler from Telebot rather i want to use it from AsyncTelebot context. thanks
Beta Was this translation helpful? Give feedback.
All reactions