stickers_get_guild_sticker
stickers_get_guild_sticker
Section titled “stickers_get_guild_sticker”Category: stickers
Fetch a single guild sticker including description and tags.
When to use
Section titled “When to use”- Inspect description / tags / availability of a known sticker.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild owning the sticker |
sticker_id | string | yes | Sticker to fetch |
Returns
Section titled “Returns”\{id, name, description, tags, format_type, available\}. description is wrapped in \<untrusted_discord_embed> (mod-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 | |
format_type | integer | yes | |
available | boolean | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |