Skip to content

GramIO API Reference / gramio/dist / TelegramInlineQueryResultCachedSticker

Interface: TelegramInlineQueryResultCachedSticker

Defined in: @gramio/types/out/objects.d.ts:7428

Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker.

Documentation

Properties

PropertyTypeDescriptionDefined in
idstringUnique identifier for this result, 1-64 bytes@gramio/types/out/objects.d.ts:7436
input_message_content?TelegramInputMessageContentOptional. Content of the message to be sent instead of the sticker@gramio/types/out/objects.d.ts:7450
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }Optional. Inline keyboard attached to the message@gramio/types/out/objects.d.ts:7444
sticker_file_idstringA valid file identifier of the sticker@gramio/types/out/objects.d.ts:7440
type"sticker"Type of the result, must be sticker@gramio/types/out/objects.d.ts:7432