Class ChannelTermsEvent

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

public final class ChannelTermsEvent extends TwitchEvent
  • Constructor Details

    • ChannelTermsEvent

      public ChannelTermsEvent(String channelId, ChannelTermsAction data)
      Creates a new ChannelTermsEvent instance.
      Parameters:
      channelId - The ID for the channel where the channel terms action took place.
      data - Data regarding the channel terms action that took place.
  • Method Details