InlineQueryResultCachedSticker

Link to a sticker stored on the Telegram servers

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
string id;

Unique identifier for this result

input_message_content
InputMessageContent input_message_content;

Content of the message to be sent instead of the sticker

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

sticker_file_id
string sticker_file_id;

A valid file identifier of the sticker

type
string type;

Type of the result, must be "sticker"

See Also

Meta