app_emojis_list
Retrieve app-scoped custom emojis (up to 2,000) with their IDs, names, and animated flags. Omit application_id to inspect the authenticated bot's app.
Instructions
Purpose: List custom emojis registered against the application (per-app, not per-guild; up to 2,000).
When to use:
Inspect app-level emojis usable from any guild the bot is in.
Omit
application_idto inspect the application belonging to the authenticated bot.
When NOT to use:
Guild-scoped emojis → use
emojis_list_guild.
Returns: {emojis:[{id, name, animated}], count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | No | Application owning the emojis (omit to use the authenticated bot application) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||