The name for the new emoji. Must be between 2 and 32 characters long and can only contain alphanumeric characters and underscores.
imagestring
Required
The base64 encoded image data for the emoji. Must be a 128x128px GIF or PNG. The data must be URI encoded (e.g., 'data:image/png;base64,BASE64_ENCODED_IMAGE_DATA'). Image size should be less than 256KB.
rolesarray
An array of role IDs to which this emoji will be restricted. If omitted or empty, the emoji is available to @everyone.
guild_idstring
Required
The ID of the Discord guild (server) where the emoji will be created.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not