app_emojis_get
app_emojis_get
Section titled “app_emojis_get”Category: app_emojis
Fetch a single application emoji.
When to use
Section titled “When to use”- Verify an app emoji exists; inspect its name/animated flag.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Application owning the emoji |
emoji_id | string | yes | Emoji to fetch |
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 | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |