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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user