@typed-discord/rest
Preparing search index...
types
StickerPackResponse
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?
cover_
sticker_
id?
description
id
name
sku_
id
stickers
Properties
Optional
banner_
asset_
id
banner_asset_id
?:
`
${
bigint
}
`
Optional
cover_
sticker_
id
cover_sticker_id
?:
`
${
bigint
}
`
description
description
:
string
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
sku_
id
sku_id
:
`
${
bigint
}
`
stickers
stickers
:
StandardStickerResponse
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
banner_
asset_
id
cover_
sticker_
id
description
id
name
sku_
id
stickers
@typed-discord/rest
Loading...