ex_gram v0.8.0 ExGram.Model.InlineQueryResultCachedDocument View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.InlineQueryResultCachedDocument{
  caption: String.t(),
  description: String.t(),
  document_file_id: 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()
}