Represents a Sticker.
Extends
BaseA link to the sticker If the sticker's format is StickerFormatType.Lottie, it returns the URL of the Lottie JSON file.
Deletes the sticker.
Example
Name | Type | Optional | Description |
---|---|---|---|
reason | string | Yes | Reason for deleting this sticker |
Edits the sticker.
Example
Name | Type | Optional | Description |
---|---|---|---|
options | GuildStickerEditOptions | Yes | The options to provide |
Whether this sticker is the same as another one.
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.