mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 04:05:47 +00:00
Update docs
This commit is contained in:
parent
fc9e2b82c6
commit
69a07e3b0c
3 changed files with 435 additions and 297 deletions
|
|
@ -20,8 +20,9 @@ Understanding Scenes
|
|||
====================
|
||||
|
||||
A Scene in **aiogram** is like an abstract, isolated namespace or room that a user can be
|
||||
ushered into via the code. When a user is inside a Scene, all other global commands or
|
||||
message handlers are isolated, and they stop responding to user actions.
|
||||
ushered into via the code. When a user is within a Scene, most other global commands or
|
||||
message handlers are bypassed, unless they are specifically designed to function outside of the Scenes.
|
||||
This helps in creating an experience of focused interactions.
|
||||
Scenes provide a structure for more complex interactions,
|
||||
effectively isolating and managing contexts for different stages of the conversation.
|
||||
They allow you to control and manage the flow of the conversation in a more organized manner.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue