Guilds

Update guild emoji

Update guild emoji. Requires manage_emojis permission. Renames or updates properties of an existing emoji.

patch/guilds/{guild_id}/emojis/{emoji_id}

Path parameters

string snowflake required
OR
integer required

The ID of the guild

string snowflake required
OR
integer required

The ID of the emoji

Request body

namestring required

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

Response

Success

idstring snowflake required
namestring required

The name of the emoji

animatedboolean required

Whether this emoji is animated

nsfwboolean required

Deprecated; always false. Retained for compatibility with older clients

Changes