View Source Elixteg.Model.InlineQueryResult.CachedMpeg4Gif (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.InlineQueryResult.CachedMpeg4Gif{
  caption: binary(),
  id: binary(),
  input_message_content: InputMessageContent.t(),
  mpeg4_file_id: binary(),
  reply_markup: InlineKeyboardMarkup.t(),
  title: binary(),
  type: binary()
}