ultra-telegram-framework
    Preparing search index...

    Interface StickerSet

    This object represents a sticker set.

    interface StickerSet {
        name: string;
        sticker_type: string;
        stickers: Sticker[];
        thumbnail?: PhotoSize;
        title: string;
    }
    Index

    Properties

    name: string

    Sticker set name

    sticker_type: string

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

    stickers: Sticker[]

    List of all set stickers

    thumbnail?: PhotoSize

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

    title: string

    Sticker set title