View Source ExTDLib.Object.InputInlineQueryResultArticle (ExTDLib v0.0.4)

Represents a link to an article or web page.

NameTypeDescription
idstringUnique identifier of the query result.
urlstringURL of the result, if it exists.
hide_urlboolTrue, if the URL must be not shown.
titlestringTitle of the result.
descriptionstringA short description of the result.
thumbnail_urlstringURL of the result thumbnail, if it exists.
thumbnail_widthnumberThumbnail width, if known.
thumbnail_heightnumberThumbnail height, if known.
reply_markupReplyMarkupThe message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null.
input_message_contentInputMessageContentThe content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageInvoice, inputMessageLocation, inputMessageVenue or inputMessageContact.

More details on telegram's documentation.