mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Fix video notes not having a file_name anymore
This commit is contained in:
parent
00e170feea
commit
12ef2f8ca2
@ -463,7 +463,6 @@ def parse_messages(
|
|||||||
duration=video_attributes.duration,
|
duration=video_attributes.duration,
|
||||||
thumb=parse_thumb(doc.thumb),
|
thumb=parse_thumb(doc.thumb),
|
||||||
file_size=doc.size,
|
file_size=doc.size,
|
||||||
file_name=file_name,
|
|
||||||
mime_type=doc.mime_type,
|
mime_type=doc.mime_type,
|
||||||
date=doc.date
|
date=doc.date
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user