GramIO API Reference / gramio/dist / TelegramInlineQueryResultArticle
Interface: TelegramInlineQueryResultArticle
Defined in: @gramio/types/out/objects.d.ts:6540
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:6570 |
id | string | Unique identifier for this result, 1-64 Bytes | @gramio/types/out/objects.d.ts:6548 |
input_message_content | TelegramInputMessageContent | Content of the message to be sent | @gramio/types/out/objects.d.ts:6556 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | Optional. Inline keyboard attached to the message | @gramio/types/out/objects.d.ts:6560 |
thumbnail_height? | number | Optional. Thumbnail height | @gramio/types/out/objects.d.ts:6582 |
thumbnail_url? | string | Optional. Url of the thumbnail for the result | @gramio/types/out/objects.d.ts:6574 |
thumbnail_width? | number | Optional. Thumbnail width | @gramio/types/out/objects.d.ts:6578 |
title | string | Title of the result | @gramio/types/out/objects.d.ts:6552 |
type | "article" | Type of the result, must be article | @gramio/types/out/objects.d.ts:6544 |
url? | string | Optional. URL of the result | @gramio/types/out/objects.d.ts:6566 |