-
Can you tell me how to implement a finite-state machine using handlers or some other built-in tool? |
Beta Was this translation helpful? Give feedback.
Answered by
mymmrac
Aug 20, 2023
Replies: 1 comment 3 replies
-
Hi, unfortunately Telego doesn't provide FSM as of now (it may later, who knows) if you want to have such functionality you can come up with your own system storing user state in memory or in some DB, also you can search for some libraries that implement FSM Some libraries that you may look into: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
giicoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, unfortunately Telego doesn't provide FSM as of now (it may later, who knows) if you want to have such functionality you can come up with your own system storing user state in memory or in some DB, also you can search for some libraries that implement FSM
Some libraries that you may look into: