Interface InternalLinkTypeStickerSet

The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set. If the sticker set is found and the user wants to add it, then call changeStickerSet. Subtype of InternalLinkType.

interface InternalLinkTypeStickerSet {
    @type: "internalLinkTypeStickerSet";
    expect_custom_emoji?: boolean;
    sticker_set_name: string;
}

Properties

@type: "internalLinkTypeStickerSet"
expect_custom_emoji?: boolean

True, if the sticker set is expected to contain custom emoji.

sticker_set_name: string

Name of the sticker set.