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
47ab5d653d
commit
726f92c09f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class FSMStrategy(Enum):
|
|||
USER_IN_TOPIC = auto()
|
||||
CHAT_TOPIC = auto()
|
||||
|
||||
|
||||
def apply_strategy(
|
||||
strategy: FSMStrategy,
|
||||
chat_id: int,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue