2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 14:55:12 +00:00

Fix thumbnail_file_type type (str -> FileType)

This commit is contained in:
Dan
2020-11-27 21:14:37 +01:00
parent 8fbe45ddba
commit b85096c4ce

View File

@@ -165,10 +165,10 @@ class FileId:
access_hash: int = None, access_hash: int = None,
volume_id: int = None, volume_id: int = None,
thumbnail_source: ThumbnailSource = None, thumbnail_source: ThumbnailSource = None,
thumbnail_file_type: str = None, thumbnail_file_type: FileType = None,
thumbnail_size: str = None, thumbnail_size: str = None,
secret: int = None, secret: int = None,
local_id: str = None, local_id: int = None,
chat_id: int = None, chat_id: int = None,
chat_access_hash: int = None, chat_access_hash: int = None,
sticker_set_id: int = None, sticker_set_id: int = None,