Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
description?stringOptional. Short description of the result@gramio/types/out/objects.d.ts:6370
idstringUnique identifier for this result, 1-64 Bytes@gramio/types/out/objects.d.ts:6348
input_message_contentTelegramInputMessageContentContent 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?numberOptional. Thumbnail height@gramio/types/out/objects.d.ts:6382
thumbnail_url?stringOptional. Url of the thumbnail for the result@gramio/types/out/objects.d.ts:6374
thumbnail_width?numberOptional. Thumbnail width@gramio/types/out/objects.d.ts:6378
titlestringTitle 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?stringOptional. URL of the result@gramio/types/out/objects.d.ts:6366