mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +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,
|
||||
thumb=parse_thumb(doc.thumb),
|
||||
file_size=doc.size,
|
||||
file_name=file_name,
|
||||
mime_type=doc.mime_type,
|
||||
date=doc.date
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user