Class ModeratorChangeTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<ModeratorEventList>
com.github.twitch4j.helix.webhooks.topics.ModeratorChangeTopic
@Deprecated
@ScheduledForRemoval(inVersion="2.0.0")
public class ModeratorChangeTopic
extends TwitchWebhookTopic<ModeratorEventList>
Deprecated.
Twitch decommissioned this API; please migrate to EventSub
Notifies when a broadcaster adds or removes moderators.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.
-
Field Details
-
PATH
Deprecated.- See Also:
-
-
Constructor Details
-
ModeratorChangeTopic
Notifies when a broadcaster adds or removes moderators.- Parameters:
broadcasterId
- Required. Specifies the user ID of the broadcaster.userId
- Optional. Specifies the user ID of the moderator added or removed.
-
-
Method Details
-
getBroadcasterId
Deprecated.- Returns:
- The user ID of the broadcaster.
-
getUserId
Deprecated.- Returns:
- The user ID of the moderator added or removed.
-