sendMessageToChat
Send predefined or dynamic messages to Twitch chat using AI-powered tools, enabling streamers to enhance moderation, manage streams, and engage with viewers efficiently.
Instructions
Send message to the Twitch Chat
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | The message |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "The message",
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}