GramIO API Reference / gramio/dist / TelegramInlineQueryResultArticle
Interface: TelegramInlineQueryResultArticle
Defined in: @gramio/types/out/objects.d.ts:6340
Represents a link to an article or web page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Optional. Short description of the result | @gramio/types/out/objects.d.ts:6370 |
id | string | Unique identifier for this result, 1-64 Bytes | @gramio/types/out/objects.d.ts:6348 |
input_message_content | TelegramInputMessageContent | Content of the message to be sent | @gramio/types/out/objects.d.ts:6356 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | Optional. Inline keyboard attached to the message | @gramio/types/out/objects.d.ts:6360 |
thumbnail_height? | number | Optional. Thumbnail height | @gramio/types/out/objects.d.ts:6382 |
thumbnail_url? | string | Optional. Url of the thumbnail for the result | @gramio/types/out/objects.d.ts:6374 |
thumbnail_width? | number | Optional. Thumbnail width | @gramio/types/out/objects.d.ts:6378 |
title | string | Title of the result | @gramio/types/out/objects.d.ts:6352 |
type | "article" | Type of the result, must be article | @gramio/types/out/objects.d.ts:6344 |
url? | string | Optional. URL of the result | @gramio/types/out/objects.d.ts:6366 |