View Source Elixteg.Model.InlineQueryResult.Article (elixteg v0.7.0)
Link to this section Summary
Link to this section Types
@type t() :: %Elixteg.Model.InlineQueryResult.Article{ description: binary(), hide_url: boolean(), id: binary(), input_message_content: InputMessageContent.t(), reply_markup: InlineKeyboardMarkup.t(), thumb_height: integer(), thumb_url: binary(), thumb_width: integer(), title: binary(), type: binary(), url: binary() }