Class ChatModerationEvent

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

public class ChatModerationEvent extends TwitchEvent
  • Constructor Details

    • ChatModerationEvent

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