Can anyone suggest how I can initiate a conversation with the package? #640
ilovepovidla
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, the Python library Aiogram provides the FSMContext class, which people use for conversation.
I'll be glad if you will share repositories with example.
Flow:
startHandler - /start - hello, write your name.
nameHandler - Ok, your name is Adam. how old are you?
ageHandler - Thank you.
Beta Was this translation helpful? Give feedback.
All reactions