streamfog_toggle_avatar
Toggle Vtuber-style avatar overlay on or off. Activates default lens if no avatar is active; deactivates otherwise.
Instructions
Toggle the Vtuber-style avatar overlay on or off in Streamfog.
Dispatches the 'ToggleAvatar' action to Streamer.bot. If no avatar is currently active, this activates the default avatar lens. If an avatar is active, it deactivates it.
Return Format
{"success": true, "message": "Avatar toggled", "data": {"action": "ToggleAvatar"}}
Examples
await streamfog_toggle_avatar()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||