Update base.py

This commit is contained in:
ZeroN 2023-10-22 01:35:54 +05:00 committed by GitHub
parent df75f75ca0
commit ec7ca42d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ DEFAULT_DESTINY = "default"
class StorageKey:
bot_id: int
chat_id: int
user_id: Optional[int] = None
user_id: int
thread_id: Optional[int] = None
destiny: str = DEFAULT_DESTINY