app_emojis_create
app_emojis_create
Section titled “app_emojis_create”Category: app_emojis
Upload a new application-scoped custom emoji.
When to use
Section titled “When to use”- Register an emoji available wherever the bot is — independent of guild.
When NOT to use
Section titled “When NOT to use”- Guild-only emoji → use
emojis_create.
| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Application to attach the emoji to |
name | string | yes | Emoji name (2-32 chars) |
image | string | yes | Emoji image as a base64 data URI (e.g. “data:image/png;base64,…”) |
Returns
Section titled “Returns”\{id, name, animated\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | unknown | yes | |
name | unknown | yes | |
animated | boolean | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |