diff --git a/aiogram/fsm/strategy.py b/aiogram/fsm/strategy.py index 59531f1e..f68aa045 100644 --- a/aiogram/fsm/strategy.py +++ b/aiogram/fsm/strategy.py @@ -9,6 +9,7 @@ class FSMStrategy(Enum): USER_IN_TOPIC = auto() CHAT_TOPIC = auto() + def apply_strategy( strategy: FSMStrategy, chat_id: int,