View Source ExTDLib.Object.InputInlineQueryResultArticle (ExTDLib v0.0.4)
Represents a link to an article or web page.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the query result. |
| url | string | URL of the result, if it exists. |
| hide_url | bool | True, if the URL must be not shown. |
| title | string | Title of the result. |
| description | string | A short description of the result. |
| thumbnail_url | string | URL of the result thumbnail, if it exists. |
| thumbnail_width | number | Thumbnail width, if known. |
| thumbnail_height | number | Thumbnail height, if known. |
| reply_markup | ReplyMarkup | The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null. |
| input_message_content | InputMessageContent | The 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.