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

guild_idstring snowflake required

The ID of the guild

Request body

source_emoji_idstring snowflake required

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.