DiscordStickerPack
@discordeno/bot • Docs
Documentation / @discordeno/bot / DiscordStickerPack
Interface: DiscordStickerPack
https://discord.com/developers/docs/resources/sticker#sticker-pack-object-sticker-pack-structure
Properties
banner_asset_id?
optional
banner_asset_id:string
id of the sticker pack's banner image
Defined in
packages/types/dist/types/discord.d.ts:1762
cover_sticker_id?
optional
cover_sticker_id:string
id of a sticker in the pack which is shown as the pack's icon
Defined in
packages/types/dist/types/discord.d.ts:1758
description
description:
string
description of the sticker pack
Defined in
packages/types/dist/types/discord.d.ts:1760
id
id:
string
id of the sticker pack
Defined in
packages/types/dist/types/discord.d.ts:1750
name
name:
string
name of the sticker pack
Defined in
packages/types/dist/types/discord.d.ts:1754
sku_id
sku_id:
string
id of the pack's SKU
Defined in
packages/types/dist/types/discord.d.ts:1756
stickers
stickers:
DiscordSticker
[]
the stickers in the pack
Defined in
packages/types/dist/types/discord.d.ts:1752