mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
fixed typo in resolve_bot_file_id
only added an s
This commit is contained in:
parent
b79c4510a6
commit
48644cca44
|
@ -925,7 +925,7 @@ def resolve_bot_file_id(file_id):
|
||||||
date=None,
|
date=None,
|
||||||
mime_type='',
|
mime_type='',
|
||||||
size=0,
|
size=0,
|
||||||
thumb=types.PhotoSizeEmpty('s'),
|
thumbs=types.PhotoSizeEmpty('s'),
|
||||||
dc_id=dc_id,
|
dc_id=dc_id,
|
||||||
attributes=attributes,
|
attributes=attributes,
|
||||||
file_reference=b''
|
file_reference=b''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user