ExGram.Model.InlineQueryResultCachedGif (ex_gram v0.55.1)

View Source

Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with specified content instead of the animation.

Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultcachedgif

Summary

Types

t()

@type t() :: %ExGram.Model.InlineQueryResultCachedGif{
  caption: String.t() | nil,
  caption_entities: [ExGram.Model.MessageEntity.t()] | nil,
  gif_file_id: String.t(),
  id: String.t(),
  input_message_content: ExGram.Model.InputMessageContent.t() | nil,
  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()
}

Functions

decode_as()