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

string snowflake required
OR
integer required

The ID of the guild

Request body

Response

Success

idstring snowflake required
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

Deprecated; always false. Retained for compatibility with older clients

Changes