ex_gram v0.6.0 ExGram.Model.InlineQueryResultDocument View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.InlineQueryResultDocument{
  caption: String.t(),
  description: String.t(),
  document_url: 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_height: integer(),
  thumb_url: String.t(),
  thumb_width: integer(),
  title: String.t(),
  type: String.t()
}