interface APISticker

external
export interface APISticker

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

deprecatedoptionalexternal
asset? : ''

Previously the sticker asset hash, now an empty string

optionalexternal
available? : boolean

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

external
description : string | null

Description of the sticker

external
format_type : StickerFormatType

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

optionalexternal
guild_id? : Snowflake

ID of the guild that owns this sticker

external
id : Snowflake

ID of the sticker

external
name : string

Name of the sticker

optionalexternal
pack_id? : Snowflake

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

optionalexternal
sort_value? : number

The standard sticker's sort order within its pack

external
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.

external
type : StickerType

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

optionalexternal
user? : APIUser

The user that uploaded the guild sticker