Skip to main content

DiscordStickerPack

@discordeno/bot


Documentation / @discordeno/bot / DiscordStickerPack

Interface: DiscordStickerPack

Defined in: packages/types/dist/types/discord.d.ts:1751

https://discord.com/developers/docs/resources/sticker#sticker-pack-object-sticker-pack-structure

Properties

optional banner_asset_id: string

Defined in: packages/types/dist/types/discord.d.ts:1765

id of the sticker pack's banner image


cover_sticker_id?

optional cover_sticker_id: string

Defined in: packages/types/dist/types/discord.d.ts:1761

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


description

description: string

Defined in: packages/types/dist/types/discord.d.ts:1763

description of the sticker pack


id

id: string

Defined in: packages/types/dist/types/discord.d.ts:1753

id of the sticker pack


name

name: string

Defined in: packages/types/dist/types/discord.d.ts:1757

name of the sticker pack


sku_id

sku_id: string

Defined in: packages/types/dist/types/discord.d.ts:1759

id of the pack's SKU


stickers

stickers: DiscordSticker[]

Defined in: packages/types/dist/types/discord.d.ts:1755

the stickers in the pack