2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 13:57:54 +00:00

Fix Video not having client and raw attributes set

This commit is contained in:
Dan
2018-12-17 14:17:57 +01:00
parent 8cbb9c9316
commit 5bc9e0fc75

View File

@@ -89,5 +89,7 @@ class Video(PyrogramType):
mime_type=video.mime_type,
file_size=video.size,
file_name=file_name,
date=video.date
date=video.date,
client=client,
raw=video
)