app_emojis_modify
app_emojis_modify
Section titled “app_emojis_modify”Category: app_emojis
Rename an application emoji.
When to use
Section titled “When to use”- Update the public-facing name of an app emoji.
When NOT to use
Section titled “When NOT to use”- Replacing image bytes — Discord does not allow editing emoji bytes.
| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Application owning the emoji |
emoji_id | string | yes | Emoji to modify |
name | string | no | New emoji name (2-32 chars) |
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 | yes |
| Open-world | yes |
| Confirmation required | no |