mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update base.py
This commit is contained in:
parent
c18975e795
commit
47ab5d653d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ DEFAULT_DESTINY = "default"
|
|||
class StorageKey:
|
||||
bot_id: int
|
||||
chat_id: int
|
||||
user_id: int
|
||||
user_id: int
|
||||
thread_id: Optional[int] = None
|
||||
destiny: str = DEFAULT_DESTINY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue