yougile_update_string_sticker_state
Update a string sticker's state by providing its state ID and parent sticker UUID, with options to change name, color, or soft-delete.
Instructions
Update a state of a string sticker. State IDs are 12-char hex strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New state name | |
| color | No | New state color | |
| deleted | No | true to soft-delete | |
| stateId | Yes | State ID (12-char hex) | |
| stickerId | Yes | Parent sticker UUID |