All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.twitch4j.eventsub.domain.UnbanRequestStatus Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub.domain;

/**
 * @see com.github.twitch4j.eventsub.events.UnbanRequestResolvedEvent
 */
public enum UnbanRequestStatus {

    /**
     * A moderator approved the unban request.
     */
    APPROVED,

    /**
     * The user withdrew their request for an unban.
     */
    CANCELED,

    /**
     * A moderator denied the unban request.
     */
    DENIED

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy