ERROR:TeleBot:'AsyncTeleBot' object has no attribute 'register_next_step_handler' #1670
Answered
by
coder2020official
hythem1979
asked this question in
Q&A
-
Hello, I ported my code to AsyncTeleBot. in this line of code I get this error searched documentation, samples and web couldn't find a solution or a start. |
Beta Was this translation helpful? Give feedback.
Answered by
coder2020official
Aug 15, 2022
Replies: 1 comment 5 replies
-
Unfortunately, async version does not support register next step handler, and it won't support it. Use states instead. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
hythem1979
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, async version does not support register next step handler, and it won't support it. Use states instead.