Skip to main content
Module

x/discord_api_types/payloads/v8/sticker.ts>APISticker

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APISticker
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APISticker } from "https://deno.land/x/discord_api_types@0.37.11/payloads/v8/sticker.ts";

Properties

ID of the sticker

optional
pack_id: Snowflake

For standard stickers, ID of the pack the sticker is from

name: string

Name of the sticker

description: string | null

Description of the sticker

tags: string

For guild stickers, the Discord name of a unicode emoji representing the sticker's expression. for standard stickers, a comma-separated list of related expressions.

deprecated
asset: ""

Previously the sticker asset hash, now an empty string

optional
available: boolean

Whether this guild sticker can be used, may be false due to loss of Server Boosts

optional
guild_id: Snowflake

ID of the guild that owns this sticker

optional
user: APIUser

The user that uploaded the guild sticker

optional
sort_value: number

The standard sticker's sort order within its pack