Class ChannelJoinFailureEvent
java.lang.Object
com.github.twitch4j.chat.events.channel.ChannelJoinFailureEvent
A chat instance failed to join (or stay joined to) a channel AND removeChannelOnJoinFailure was enabled,
resulting in removal from the instance's current channels.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionChannelJoinFailureEvent
(String channelName, ChannelJoinFailureEvent.Reason reason) Creates a newChannelJoinFailureEvent
instance. -
Method Summary
-
Constructor Details
-
ChannelJoinFailureEvent
Creates a newChannelJoinFailureEvent
instance.- Parameters:
channelName
- The name of the channel that the chat instance was unable to join.reason
- The inferred reason for the join failure.
-
-
Method Details