app_emojis_get
Fetch a single application emoji to verify existence and inspect its name and animated flag. Returns emoji ID, name, and animated status.
Instructions
Purpose: Fetch a single application emoji.
When to use:
Verify an app emoji exists; inspect its name/animated flag.
Returns: {id, name, animated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji_id | Yes | Emoji to fetch | |
| application_id | Yes | Application owning the emoji |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||