View Source ExGram.Model.InlineQueryResultArticle (ex_gram v0.53.0)
Represents a link to an article or web page.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultarticle
Summary
Types
@type 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, thumbnail_height: integer() | nil, thumbnail_url: String.t() | nil, thumbnail_width: integer() | nil, title: String.t(), type: String.t(), url: String.t() | nil }