com.github.twitch4j.eventsub.domain.SuspiciousStatus Maven / Gradle / Ivy
The newest version!
package com.github.twitch4j.eventsub.domain;
import com.fasterxml.jackson.annotation.JsonAlias;
public enum SuspiciousStatus {
@JsonAlias("none") // what docs falsely claim
NO_TREATMENT,
ACTIVE_MONITORING,
RESTRICTED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy