Skip to main content

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

twitchClient.getChat().sendMessage("twitch4j", "Hey!");