You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dialog is open it handles all input regardless if Message input widget is provided. The expected behavior is: if you have no input in dialog, probably you have no input at all and we just need to ensure user sees the dialog.
Anyway, you can catch all messages with specific text just inlcuding their router above the dialog router
I have a dialog with a window that has a TextInput
and also has the processing of all text messages in aiogram
Expected behavior: When using the dialog, messages will end up in
step_question_text_handler
( as i think because state==CreateFormSG.question_step ).Current behavior: When using the dialog, messages end up in all messages handler with state==None
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: