mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix thumbnail_file_type type (str -> FileType)
This commit is contained in:
parent
8fbe45ddba
commit
b85096c4ce
1 changed files with 2 additions and 2 deletions
|
|
@ -165,10 +165,10 @@ class FileId:
|
|||
access_hash: int = None,
|
||||
volume_id: int = None,
|
||||
thumbnail_source: ThumbnailSource = None,
|
||||
thumbnail_file_type: str = None,
|
||||
thumbnail_file_type: FileType = None,
|
||||
thumbnail_size: str = None,
|
||||
secret: int = None,
|
||||
local_id: str = None,
|
||||
local_id: int = None,
|
||||
chat_id: int = None,
|
||||
chat_access_hash: int = None,
|
||||
sticker_set_id: int = None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue