View Source Telegex.Type.InputMediaAnimation (Telegex v1.8.0)
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
Summary
Types
@type t() :: %Telegex.Type.InputMediaAnimation{ caption: String.t() | nil, caption_entities: [Telegex.Type.MessageEntity.t()] | nil, duration: integer() | nil, has_spoiler: boolean() | nil, height: integer() | nil, media: String.t(), parse_mode: String.t() | nil, show_caption_above_media: boolean() | nil, thumbnail: (Telegex.Type.InputFile.t() | String.t()) | nil, type: String.t(), width: integer() | nil }