Class ChannelStateEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public final class ChannelStateEvent extends AbstractChannelEvent
Called upon successfully joining a channel, or when a moderator updates a public chat room setting.

This event corresponds to ROOMSTATE over IRC.

When inspecting the updated setting values, it is easier to utilize these individual events: EmoteOnlyEvent, FollowersOnlyEvent, Robot9000Event, SlowModeEvent, SubscribersOnlyEvent.