mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-18 19:16:43 +00:00
Fix resolve_bot_file_id for photos
This commit is contained in:
parent
5ac88f764d
commit
be4f89740a
@ -924,7 +924,7 @@ def resolve_bot_file_id(file_id):
|
|||||||
secret=secret,
|
secret=secret,
|
||||||
local_id=local_id
|
local_id=local_id
|
||||||
), w=0, h=0, size=0)
|
), w=0, h=0, size=0)
|
||||||
], date=None)
|
], file_reference=b'', date=None)
|
||||||
|
|
||||||
|
|
||||||
def pack_bot_file_id(file):
|
def pack_bot_file_id(file):
|
||||||
|
Loading…
Reference in New Issue
Block a user