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

Changed in 2 of the 21 revisions of this API.12

  • dd0ad4ea1c8811See the full diff
    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ○

      response property icon list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      endpoint added

      endpoint-added

Of the 21 revisions, 2 have no diff computed.