View Source Telegex.Type.InlineQueryResultArticle (Telegex v1.8.0)

Represents a link to an article or web page.

Summary

Types

@type t() :: %Telegex.Type.InlineQueryResultArticle{
  description: String.t() | nil,
  hide_url: boolean() | nil,
  id: String.t(),
  input_message_content: Telegex.Type.InputMessageContent.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t() | nil,
  thumbnail_height: integer() | nil,
  thumbnail_url: String.t() | nil,
  thumbnail_width: integer() | nil,
  title: String.t(),
  type: String.t(),
  url: String.t() | nil
}