app_emojis_get
Retrieve a specific application emoji by ID to confirm it exists and review its name and animated property. Omit the application ID to inspect the bot's own emoji.
Instructions
Purpose: Fetch a single application emoji.
When to use:
Verify an app emoji exists; inspect its name/animated flag.
Omit
application_idto inspect the application belonging to the authenticated bot.
Returns: {id, name, animated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji_id | Yes | Emoji to fetch | |
| application_id | No | Application owning the emoji (omit to use the authenticated bot application) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||