interface APISticker {
    asset?: "";
    available?: boolean;
    description: null | string;
    format_type: StickerFormatType;
    guild_id?: string;
    id: string;
    name: string;
    pack_id?: string;
    sort_value?: number;
    tags: string;
    type: StickerType;
    user?: APIUser;
}

Properties

asset?: ""

Previously the sticker asset hash, now an empty string

This field is no longer documented by Discord and will be removed in v11

This field is no longer documented by Discord and will be removed in v11

available?: boolean

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

description: null | string

Description of the sticker

format_type: StickerFormatType

Type of sticker format

guild_id?: string

ID of the guild that owns this sticker

id: string

ID of the sticker

name: string

Name of the sticker

pack_id?: string

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

sort_value?: number

The standard sticker's sort order within its pack

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 of sticker

user?: APIUser

The user that uploaded the guild sticker