Telegraph.Model.InlineQueryResult.Document (telegraph v0.8.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.InlineQueryResult.Document{
  caption: binary(),
  description: binary(),
  document_url: binary(),
  id: binary(),
  input_message_content: InputMessageContent.t(),
  mime_type: binary(),
  reply_markup: InlineKeyboardMarkup.t(),
  thumb_height: integer(),
  thumb_url: binary(),
  thumb_width: integer(),
  title: binary(),
  type: binary()
}