Send Whisper
This command will send a whisper over the Twitch API. The whisper will be sent via the account that is connected to chat. This feature also has some limitations as imposed by Twitch, detailed here
| Box Name | Type | Description |
|---|---|---|
| Chat Message | String | Message you want to send. |
| User Name | String | User who shall receive the message. |
Twitch API Endpoint: POST /helix/whispers
| Request Field | Type | Description |
|---|---|---|
| from_user_id | String | The ID of the user sending the whisper |
| to_user_id | String | The ID of the user receiving the whisper |
| message | String | The whisper message to send (max 10,000 characters) |