1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Bot API 5.7

This commit is contained in:
_run
2022-02-01 17:43:49 +04:00
parent 4e7652be7a
commit 71be20636a
3 changed files with 34 additions and 11 deletions

View File

@@ -2508,7 +2508,7 @@ class Sticker(JsonDeserializable):
return cls(**obj)
def __init__(self, file_id, file_unique_id, width, height, is_animated,
is_video=None, thumb=None, emoji=None, set_name=None, mask_position=None, file_size=None, **kwargs):
is_video, thumb=None, emoji=None, set_name=None, mask_position=None, file_size=None, **kwargs):
self.file_id: str = file_id
self.file_unique_id: str = file_unique_id
self.width: int = width