Interface InlineQueryResultSticker

Represents a sticker. Subtype of InlineQueryResult.

interface InlineQueryResultSticker {
    @type: "inlineQueryResultSticker";
    id: string;
    sticker: Sticker;
}

Properties

Properties

@type: "inlineQueryResultSticker"
id: string

Unique identifier of the query result.

sticker: Sticker

Sticker.