ex_gram v0.10.0 ExGram.Model.InlineQueryResultCachedVideo View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.InlineQueryResultCachedVideo{
  caption: String.t(),
  description: String.t(),
  id: String.t(),
  input_message_content: ExGram.Model.InputMessageContent.t(),
  parse_mode: String.t(),
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t(),
  title: String.t(),
  type: String.t(),
  video_file_id: String.t()
}