mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Fix Video not having client and raw attributes set
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user