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
}