Packs

Create pack emoji

Creates a new emoji within the specified pack. Requires the pack ID in the path and emoji metadata (name and image data) in the request body. Returns the newly created emoji with its generated ID.

post/packs/emojis/{pack_id}

Path parameters

pack_idstring snowflake required

The ID of the pack

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.