class StickerPack

extends

Base
export class StickerPack extends Base

Represents a pack of standard stickers.

bannerId : Snowflake | null

The id of the sticker pack's banner image

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

readonly
coverSticker : Sticker | null

The sticker which is shown as the pack's icon

coverStickerId : Snowflake | null

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

readonly
createdAt : Date

The time the sticker was created at

readonly
createdTimestamp : number

The timestamp the sticker was created at

description : string

The description of the sticker pack

The Sticker pack's id

name : string

The name of the sticker pack

skuId : Snowflake

The id of the pack's SKU

The stickers in the pack

bannerURL(
options?: ImageURLOptions
) : string | null

The URL to this sticker pack's banner.

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

Inherited from: Base

valueOf() : string

Inherited from: Base