Class ModeratorChangeTopic

java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<ModeratorEventList>
com.github.twitch4j.helix.webhooks.topics.ModeratorChangeTopic

public class ModeratorChangeTopic extends TwitchWebhookTopic<ModeratorEventList>
Notifies when a broadcaster adds or removes moderators.
  • Field Details

  • Constructor Details

  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      Returns:
      The user ID of the broadcaster.
    • getUserId

      public Optional<String> getUserId()
      Returns:
      The user ID of the moderator added or removed.