emojis_get
emojis_get
Section titled “emojis_get”Category: emojis
Fetch a single guild emoji by ID.
When to use
Section titled “When to use”- Verify an emoji exists; inspect role-restriction list.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild owning the emoji |
emoji_id | string | yes | Emoji to fetch |
Returns
Section titled “Returns”\{id, name, animated, available, roles\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | unknown | yes | |
name | unknown | yes | |
animated | boolean | yes | |
available | boolean | yes | |
roles | array | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |