Emojis

Get emoji metadata

Lookup minimal metadata for a custom emoji by id, including whether the source guild allows the in-app one-click clone shortcut. Does not require membership in the source guild.

get/emojis/{emoji_id}/metadata

Path parameters

string snowflake required
OR
integer required

The ID of the emoji

Response

Success

idstring snowflake required
guild_idstring snowflake required
namestring required

The name of the emoji

animatedboolean required

Whether this emoji is animated

allow_cloningboolean required

Whether the source guild allows non-members to use the in-app clone shortcut

Changes