@typed-discord/rest
    Preparing search index...

    Interface StickerPackResponse

    interface StickerPackResponse {
        banner_asset_id?: `${bigint}`;
        cover_sticker_id?: `${bigint}`;
        description: string | null;
        id: `${bigint}`;
        name: string;
        sku_id: `${bigint}`;
        stickers: StandardStickerResponse[];
    }
    Index

    Properties

    banner_asset_id?: `${bigint}`
    cover_sticker_id?: `${bigint}`
    description: string | null
    id: `${bigint}`
    name: string
    sku_id: `${bigint}`