Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
description?stringOptional. Short description of the result@gramio/types/out/objects.d.ts:6570
idstringUnique identifier for this result, 1-64 Bytes@gramio/types/out/objects.d.ts:6548
input_message_contentTelegramInputMessageContentContent 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?numberOptional. Thumbnail height@gramio/types/out/objects.d.ts:6582
thumbnail_url?stringOptional. Url of the thumbnail for the result@gramio/types/out/objects.d.ts:6574
thumbnail_width?numberOptional. Thumbnail width@gramio/types/out/objects.d.ts:6578
titlestringTitle 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?stringOptional. URL of the result@gramio/types/out/objects.d.ts:6566