TDLib v0.0.2 TDLib.Object.InlineQueryResultArticle View Source
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 | photoSize | Result thumbnail; may be null. |
More details on telegram’s documentation.