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

com.github.twitch4j.eventsub.domain.moderation.TermAction Maven / Gradle / Ivy

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

public enum TermAction {

    /**
     * An AutoMod term was added to the list.
     */
    ADD,

    /**
     * An AutoMod term was removed from the list.
     */
    REMOVE

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy