Fix animation parsing

This commit is contained in:
KurimuzonAkuma 2024-08-28 09:31:42 +03:00
parent f005189ca8
commit 833266d4e4

View File

@ -99,7 +99,7 @@ class Animation(Object):
) -> "Animation":
return Animation(
file_id=FileId(
file_type=FileType.PHOTO,
file_type=FileType.ANIMATION,
dc_id=animation.dc_id,
media_id=animation.id,
access_hash=animation.access_hash,