Sticker
dc_sticker
Represents an official Discord sticker or a custom sticker from a server.
Queryable properties #
Property | Type | Description |
---|---|---|
id |
String | The ID of the sticker. |
name |
String | The name of the sticker. |
description |
String | The description of the sticker. |
tags |
String | The autocompletion/suggestion tags of the sticker. |
sort_value |
Number, Null | The sort order in the sticker pack. Returns null if the sticker is custom. |
format_type |
String | The format type of the sticker. |
pack_id |
Number, Null | The ID of the sticker pack this sticker is in. Returns null if the sticker is custom. |
server |
Server, Null | The server this sticker is in. Returns null if the sticker is official. |
type |
String | The type of sticker. |
user |
User, Null | The user who created this sticker. Returns null if the sticker is official. |
Sticker types#
String | Description |
---|---|
STANDARD |
An official Discord sticker made by Discord |
SERVER |
A custom sticker made in a server |
UNKNOWN |
Format types#
PNG
APNG
LOTTIE
UNKNOWN