GramIO API Reference / gramio/dist / TelegramInlineQueryResultArticle
Interface: TelegramInlineQueryResultArticle
Defined in: @gramio/types/out/objects.d.ts:9057
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:9087 |
id | string | Unique identifier for this result, 1-64 Bytes | @gramio/types/out/objects.d.ts:9065 |
input_message_content | TelegramInputMessageContent | Content of the message to be sent | @gramio/types/out/objects.d.ts:9073 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | Optional. Inline keyboard attached to the message | @gramio/types/out/objects.d.ts:9077 |
thumbnail_height? | number | Optional. Thumbnail height | @gramio/types/out/objects.d.ts:9099 |
thumbnail_url? | string | Optional. Url of the thumbnail for the result | @gramio/types/out/objects.d.ts:9091 |
thumbnail_width? | number | Optional. Thumbnail width | @gramio/types/out/objects.d.ts:9095 |
title | string | Title of the result | @gramio/types/out/objects.d.ts:9069 |
type | "article" | Type of the result, must be article | @gramio/types/out/objects.d.ts:9061 |
url? | string | Optional. URL of the result | @gramio/types/out/objects.d.ts:9083 |