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

com.github.twitch4j.helix.domain.AutoModHeldMessageAction Maven / Gradle / Ivy

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

/**
 * The action to take on a message held for review by AutoMod.
 *
 * @see com.github.twitch4j.helix.TwitchHelix#manageAutoModHeldMessage(String, String, String, AutoModHeldMessageAction)
 */
public enum AutoModHeldMessageAction {
    ALLOW,
    DENY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy