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
)