Class BanSharingSettingsUpdateEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.BanSharingSettingsUpdateEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public final class BanSharingSettingsUpdateEvent extends TwitchEvent
Fired when a channel changes their ban sharing settings.

This includes changing the low trust treatment that is applied to users with shared bans, or changing which types of users can request the broadcaster to share their bans.

Requires ITwitchPubSub.listenForLowTrustUsersEvents(OAuth2Credential, String, String).