StickerPack

export class StickerPack extends Base
export class StickerPack extends Base
Represents a pack of standard stickers.

Extends

Base
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?):string | null
The URL to this sticker pack's banner.
Returns
NameTypeOptionalDescription
optionsImageURLOptionsYesOptions for the image URL
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string