Represents a Sticker.
Extends
BaseA link to the sticker If the sticker's format is , it returns the URL of the Lottie JSON file.
Deletes the sticker.
Name | Type | Optional | Description |
---|---|---|---|
reason | string | Yes | Reason for deleting this sticker |
Edits the sticker.
Name | Type | Optional | Description |
---|---|---|---|
options | GuildStickerEditOptions | Yes | The options to provide |
Whether this sticker is the same as another one.
Name | Type | Optional | Description |
---|---|---|---|
other | Sticker | unknown | No | The sticker to compare it to |
Fetches this sticker.
Fetches the pack that contains this sticker.
Returns
The sticker pack ornull
if this sticker does not belong to one.Fetches the user who uploaded this sticker, if this is a guild sticker.
Name | Type | Optional | Description |
---|---|---|---|
...props | Record<string, boolean | string>[] | No | None |