mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update strategy.py
This commit is contained in:
parent
7c50c9cf33
commit
c04dd98fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class FSMStrategy(Enum):
|
|||
def apply_strategy(
|
||||
strategy: FSMStrategy,
|
||||
chat_id: int,
|
||||
user_id: int,
|
||||
user_id: Optional[int] = None,
|
||||
thread_id: Optional[int] = None,
|
||||
) -> Tuple[int, Optional[int], Optional[int]]:
|
||||
if strategy == FSMStrategy.CHAT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue