Module

x/discordeno/mod.ts>DiscordStickerPack

Discord API library for Deno
Latest
interface DiscordStickerPack
import { type DiscordStickerPack } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";

Properties

id: string

id of the sticker pack

stickers: DiscordSticker[]

the stickers in the pack

name: string

name of the sticker pack

sku_id: string

id of the pack's SKU

optional
cover_sticker_id: string

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

description: string

description of the sticker pack

optional
banner_asset_id: string

id of the sticker pack's banner image

import DiscordStickerPack
import { DiscordStickerPack } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";