Guilds

Clone guild emoji

Clone an existing emoji into this guild by referencing its id. Copies the source image server-side, so the client does not need to re-upload it. Requires manage_emojis permission in the target guild, and the source guild must permit cloning.

post/guilds/{guild_id}/emojis/clone

Path parameters

string snowflake required
OR
integer required

The ID of the guild

Request body

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