ZvoiceRequestToSpeak
Requests to speak in a stage channel, or cancels the request if cancel=true.
Syntax
ZvoiceRequestToSpeak{channelID;cancel?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| channelID | snowflake | Yes | - |
| cancel | boolean | No | false |
Example
ZvoiceRequestToSpeak{123456789012345678;true}