app_emojis_list
app_emojis_list
Section titled “app_emojis_list”Category: app_emojis
List custom emojis registered against the application (per-app, not per-guild).
When to use
Section titled “When to use”- Inspect app-level emojis usable from any guild the bot is in.
When NOT to use
Section titled “When NOT to use”- Guild-scoped emojis → use
emojis_list_guild.
| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Application owning the emojis |
Returns
Section titled “Returns”\{emojis:[\{id, name, animated\}], count\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
emojis | array | yes | |
count | integer | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |