Class UnbanRequestResolveType

java.lang.Object
com.github.twitch4j.eventsub.subscriptions.UnbanRequestResolveType
All Implemented Interfaces:
SubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?,?>,UnbanRequestResolvedEvent>

Fires when an unban request has been resolved.

Must have moderator:read:unban_requests or moderator:manage:unban_requests scope.

If you use webhooks, the user in moderator_id must have granted your app (client ID) one of the above permissions prior to your app subscribing to this subscription type.

If you use WebSockets, the ID in moderator_id must match the user ID in the user access token.

See Also: