Join Channel
Description
Joins a channel on irc, and as such will receive any kind of events for that channel (Messages, Subscriptions, Bits, ...)
A join is stored, as such you will automatically rejoin channels in case there was a disconnect or similar.
Example
- Java
- Kotlin
- Groovy
twitchClient.getChat().joinChannel("PlayOverwatch");
twitchClient.chat.joinChannel("PlayOverwatch")
twitchClient.chat.joinChannel("PlayOverwatch")