diff --git a/aiogram/fsm/strategy.py b/aiogram/fsm/strategy.py index 9c14eeb2..6eb428ff 100644 --- a/aiogram/fsm/strategy.py +++ b/aiogram/fsm/strategy.py @@ -14,7 +14,7 @@ def apply_strategy( chat_id: int, user_id: int, thread_id: Optional[int] = None, -) -> Tuple[int, int, Optional[int]]: +) -> Tuple[int, Optional[int], Optional[int]]: if strategy == FSMStrategy.CHAT: return chat_id, chat_id, None if strategy == FSMStrategy.GLOBAL_USER: