2
0
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:
Dan 2018-07-11 17:48:18 +02:00
parent 00e170feea
commit 12ef2f8ca2

View File

@ -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
)