Interface
RESTPostAPIGuildStickerJSONBody
Request body for POST /guilds/{id}/stickers (create sticker).
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | null | Sticker description. |
| image | string | Sticker image data (base64). |
| name | string | Sticker name. |
| tags? | string[] | Sticker tags. |