APISticker

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

Signature

export interface APISticker

Properties

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.

type: StickerType;

Type of sticker See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types

format_type: StickerFormatType;

Type of sticker format See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types

available?: boolean;

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

user?: APIUser;

The user that uploaded the guild sticker

sort_value?: number;

The standard sticker's sort order within its pack