From f08f4acfce8189b97b9b874076bbf67fb2731bc7 Mon Sep 17 00:00:00 2001 From: ZeroN <128647503+OnaZeroN@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:16:50 +0500 Subject: [PATCH] Create 1343.feature.rst --- CHANGES/1343.feature.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CHANGES/1343.feature.rst diff --git a/CHANGES/1343.feature.rst b/CHANGES/1343.feature.rst new file mode 100644 index 00000000..da344e0d --- /dev/null +++ b/CHANGES/1343.feature.rst @@ -0,0 +1,5 @@ +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.