mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update 1343.feature.rst
This commit is contained in:
parent
5232265b9e
commit
8f1d8af45d
1 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1 @@
|
|||
The new FSM strategy CHAT_TOPIC, which sets the state for the entire topic in the chat, also works in private messages and regular groups without topics.
|
||||
Aiogram did not have an FSM strategy that would set state only for a specific topic in the chat. This strategy is quite reasonable and it has many applications.
|
||||
The work of state in private messages remains unchanged
|
||||
The work of state in groups / super groups without topics, state will be established for all groups
|
||||
The work of state in groups /super groups with topics, State will be established only for one topic, other topics will not have a state until it is installed, state can be set separately for each topic, and state_data will be separate in all topics where state is installed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue