mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
6e81294685
commit
25833b830e
2 changed files with 2 additions and 1 deletions
1
CHANGES/1640.bugfix.rst
Normal file
1
CHANGES/1640.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fix typo in docs
|
||||||
|
|
@ -30,7 +30,7 @@ They allow you to control and manage the flow of the conversation in a more orga
|
||||||
Scene Lifecycle
|
Scene Lifecycle
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Each Scene can be "entered", "left" of "exited", allowing for clear transitions between different
|
Each Scene can be "entered", "left" or "exited", allowing for clear transitions between different
|
||||||
stages of the conversation.
|
stages of the conversation.
|
||||||
For instance, in a multi-step form filling interaction, each step could be a Scene -
|
For instance, in a multi-step form filling interaction, each step could be a Scene -
|
||||||
the bot guides the user from one Scene to the next as they provide the required information.
|
the bot guides the user from one Scene to the next as they provide the required information.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue