Guilds

Create guild emoji

Create guild emoji. Requires manage_emojis permission. Uploads and registers a new custom emoji for the guild.

post/guilds/{guild_id}/emojis

Path parameters

guild_idstring snowflake required

The ID of the guild

Request body

namestring required

The name of the emoji (2-32 characters, alphanumeric and underscores only)

imagestring byte required

Base64-encoded image data

Response

Success

idstring required

The unique identifier for this emoji

namestring required

The name of the emoji

animatedboolean required

Whether this emoji is animated

nsfwboolean required

Whether this emoji is classified as NSFW

Changes

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