ex_gram v0.10.0 ExGram.Model.InlineQueryResultVideo View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.InlineQueryResultVideo{
  caption: String.t(),
  description: String.t(),
  id: String.t(),
  input_message_content: ExGram.Model.InputMessageContent.t(),
  mime_type: String.t(),
  parse_mode: String.t(),
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t(),
  thumb_url: String.t(),
  title: String.t(),
  type: String.t(),
  video_duration: integer(),
  video_height: integer(),
  video_url: String.t(),
  video_width: integer()
}