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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChannelJoinFailureEvent(String channelName, ChannelJoinFailureEvent.Reason reason) Creates a newChannelJoinFailureEventinstance. -
Method Summary
-
Constructor Details
-
ChannelJoinFailureEvent
Creates a newChannelJoinFailureEventinstance.- 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