Telegraph.Model.InlineQueryResult.Video (telegraph v0.7.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.InlineQueryResult.Video{
  caption: binary(),
  description: binary(),
  id: binary(),
  input_message_content: InputMessageContent.t(),
  mime_type: binary(),
  reply_markup: InlineKeyboardMarkup.t(),
  thumb_url: binary(),
  title: binary(),
  type: binary(),
  video_duration: integer(),
  video_height: integer(),
  video_url: binary(),
  video_width: integer()
}