Discord.https - v3.0.16
    Preparing search index...

    Interface APIStickerPack

    interface APIStickerPack {
        banner_asset_id?: string;
        cover_sticker_id?: string;
        description: string;
        id: string;
        name: string;
        sku_id: string;
        stickers: APISticker[];
    }
    Index

    Properties

    banner_asset_id?: string

    ID of the sticker pack's banner image

    cover_sticker_id?: string

    ID of a sticker in the pack which is shown as the pack's icon

    description: string

    Description of the sticker pack

    id: string

    ID of the sticker pack

    name: string

    Name of the sticker pack

    sku_id: string

    ID of the pack's SKU

    stickers: APISticker[]

    The stickers in the pack