ZstickerCreate
Creates a new guild sticker from a file URL.
Syntax
ZstickerCreate{name;fileUrl;tags;description?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| name | string | Yes | - |
| fileUrl | url | Yes | - |
| tags | string | Yes | - |
| description | string | No | - |
Example
ZstickerCreate{wave;https://example.com/sticker.png;wave,hello;A waving sticker}