Interface StickerSet

This object represents a sticker set.

interface StickerSet {
    name: string;
    sticker_type: "custom_emoji" | "regular" | "mask";
    stickers: Sticker[];
    thumbnail?: PhotoSize;
    title: string;
}

Properties

name: string

Sticker set name

sticker_type: "custom_emoji" | "regular" | "mask"

Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”

stickers: Sticker[]

List of all set stickers

thumbnail?: PhotoSize

Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format

title: string

Sticker set title