mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Fix Video not having client and raw attributes set
This commit is contained in:
parent
8cbb9c9316
commit
5bc9e0fc75
1 changed files with 3 additions and 1 deletions
|
|
@ -89,5 +89,7 @@ class Video(PyrogramType):
|
||||||
mime_type=video.mime_type,
|
mime_type=video.mime_type,
|
||||||
file_size=video.size,
|
file_size=video.size,
|
||||||
file_name=file_name,
|
file_name=file_name,
|
||||||
date=video.date
|
date=video.date,
|
||||||
|
client=client,
|
||||||
|
raw=video
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue