Class FollowEvent

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

public final class FollowEvent extends AbstractChannelEvent
This event gets called when a channel gets a new follower.

Note: Despite the chat package, this event is not fired by IRC. Instead, this event requires TwitchClientHelper#enableFollowEventListener and the TwitchScopes.HELIX_CHANNEL_FOLLOWERS_READ scope.