View Source ExGram.Model.InlineQueryResultCachedMpeg4Gif (ex_gram v0.53.0)
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif
Summary
Types
@type t() :: %ExGram.Model.InlineQueryResultCachedMpeg4Gif{ caption: String.t() | nil, caption_entities: [ExGram.Model.MessageEntity.t()] | nil, id: String.t(), input_message_content: ExGram.Model.InputMessageContent.t() | nil, mpeg4_file_id: String.t(), parse_mode: String.t() | nil, reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil, show_caption_above_media: boolean() | nil, title: String.t() | nil, type: String.t() }