Guilds

Create guild sticker

Create guild sticker. Requires manage_emojis permission. Uploads a new sticker with name, description, and tags.

post/guilds/{guild_id}/stickers

Path parameters

guild_idstring snowflake required

The ID of the guild

Request body

namestring required

The name of the sticker (2-30 characters)

descriptionstring nullable

Description of the sticker (1-500 characters)

tagsstring[]

Array of autocomplete/suggestion tags (max 10 tags, each 1-30 characters)

imagestring byte required

Base64-encoded image data

Response

Success

idstring required

The unique identifier for this sticker

namestring required

The name of the sticker

descriptionstring required

The description of the sticker

tagsstring[] required

Autocomplete/suggestion tags for the sticker

animatedboolean required

Whether this sticker is animated

nsfwboolean required

Whether this sticker is classified as NSFW

Changes

No recorded changes to this endpoint across all 1 revision of this API.