Stickers

Get sticker source guild

Lookup the public presentation of the guild a custom sticker belongs to. Returned when the guild is discoverable or the caller is a member of it. Returns an unknown guild error when the guild is private and the caller is not a member, or when the guild is unavailable.

get/stickers/{sticker_id}/source

Path parameters

string snowflake required
OR
integer required

The ID of the sticker

Response

Success

idstring snowflake required
namestring required

The name of the source guild

iconstring nullable required

The hash of the source guild icon

featuresstring[] required

The badge feature flags of the source guild, limited to VERIFIED, PARTNERED, and DISCOVERABLE

Changes