Is it possible to call method without go to ConversationHandler in python-telegram-bot #3162
Unanswered
rikhtehgaran
asked this question in
Q&A
Replies: 0 comments
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.
-
Suppose I want to control the user's state from the database and save steps in the database, so I need to go up and down in conversation, and all thing happens in one method, but the user should enter something until ConversationHandler trigger and decide which method should run
So I'm looking way for call method without going to ConversationHandler or access to ConversationHandler from the method and running immediately
See this structure:
and see a real example:
Beta Was this translation helpful? Give feedback.
All reactions