stickers_get
stickers_get
Section titled “stickers_get”Category: stickers
Public lookup of a single sticker by ID (no guild context).
When to use
Section titled “When to use”- Resolve a sticker ID surfaced in a message or pack response.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
sticker_id | string | yes | Sticker to fetch |
Returns
Section titled “Returns”\{id, name, description, tags, type, format_type, guild_id?\}. description is wrapped in \<untrusted_discord_embed> (user-authored).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord sticker ID |
name | string | yes | |
description | unknown | yes | |
tags | string | yes | |
type | integer | yes | |
format_type | integer | yes | |
available | boolean | yes | |
guild_id | string | no | Discord guild (server) ID |
user_id | string | no | Discord user ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |