GramIO API Reference / gramio/dist / TelegramInlineQueryResultCachedSticker
Interface: TelegramInlineQueryResultCachedSticker
Defined in: @gramio/types/out/objects.d.ts:7228
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.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Unique identifier for this result, 1-64 bytes | @gramio/types/out/objects.d.ts:7236 |
input_message_content? | TelegramInputMessageContent | Optional. Content of the message to be sent instead of the sticker | @gramio/types/out/objects.d.ts:7250 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | Optional. Inline keyboard attached to the message | @gramio/types/out/objects.d.ts:7244 |
sticker_file_id | string | A valid file identifier of the sticker | @gramio/types/out/objects.d.ts:7240 |
type | "sticker" | Type of the result, must be sticker | @gramio/types/out/objects.d.ts:7232 |