Guilds

Clone guild sticker

Clone an existing sticker into this guild by referencing its id. Copies the source image server-side, so the client does not need to re-upload it. Requires manage_emojis permission in the target guild, and the source guild must permit cloning.

post/guilds/{guild_id}/stickers/clone

Path parameters

guild_idstring snowflake required

The ID of the guild

Request body

source_sticker_idstring snowflake required

Response

Success

idstring required

The unique identifier for this sticker

namestring required

The name of the sticker

descriptionstring required

The description of the sticker

tagsstring[] required

Autocomplete/suggestion tags for the sticker

animatedboolean required

Whether this sticker is animated

nsfwboolean required

Whether this sticker is classified as NSFW

Changes

No recorded changes to this endpoint across all 1 revision of this API.