ExGram.Model.InlineQueryResultArticle (ex_gram v0.25.0) View Source

Represents a link to an article or web page.

Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultarticle

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.InlineQueryResultArticle{
  description: String.t() | nil,
  hide_url: boolean() | nil,
  id: String.t(),
  input_message_content: ExGram.Model.InputMessageContent.t(),
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
  thumb_height: integer() | nil,
  thumb_url: String.t() | nil,
  thumb_width: integer() | nil,
  title: String.t(),
  type: String.t(),
  url: String.t() | nil
}

Link to this section Functions