mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
API update fix 03
This commit is contained in:
parent
8053183cb5
commit
fabcd93dd7
@ -273,7 +273,7 @@ class Chat(JsonDeserializable):
|
||||
self.pinned_message: Message = pinned_message
|
||||
self.permissions: ChatPermissions = permissions
|
||||
self.slow_mode_delay: int = slow_mode_delay
|
||||
self.message_auto_delete_time = message_auto_delete_time
|
||||
self.message_auto_delete_time: int = message_auto_delete_time
|
||||
self.sticker_set_name: str = sticker_set_name
|
||||
self.can_set_sticker_set: bool = can_set_sticker_set
|
||||
self.linked_chat_id: int = linked_chat_id
|
||||
|
Loading…
Reference in New Issue
Block a user