Send Channel Message
Description
Sends a message to a twitch channel.
- The messages will go into a queue internally so we won't hit the rate-limit.
- This could cause some minor delays when sending a lot of messages.
- The queue will only be processed when we're connected to twitch.
Example
- Java
- Kotlin
- Groovy
twitchClient.getChat().sendMessage("twitch4j", "Hey!");
twitchClient.chat.sendMessage("twitch4j", "Hey!")
twitchClient.chat.sendMessage("twitch4j", "Hey!")