Animation¶
-
class
pyrogram.types.Animation¶ An animation file (GIF or H.264/MPEG-4 AVC video without sound).
- Parameters
file_id (
str) – Unique identifier for this file.file_ref (
str) – Up to date file reference.width (
int) – Animation width as defined by sender.height (
int) – Animation height as defined by sender.duration (
int) – Duration of the animation in seconds as defined by sender.file_name (
str, optional) – Animation file name.mime_type (
str, optional) – Mime type of a file as defined by sender.file_size (
int, optional) – File size.date (
int, optional) – Date the animation was sent in Unix time.thumbs (List of
Thumbnail, optional) – Animation thumbnails.