Answer the question
In order to leave comments, you need to log in
Machines state aiogram. Is it possible to skip the second event and go directly to the third event?
Machines state aiogram. Is it possible to skip the second event and go directly to the third event?
class FSMPost(StatesGroup):
post = State()
buttons = State()
time = State()
Answer the question
In order to leave comments, you need to log in
explicitly set the state (not the event): await
FSMPost.time.set()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question