Class AutomodTermsData
java.lang.Object
com.gmt2001.twitch.eventsub.subscriptions.channel.data.AutomodTermsData
Automod terms data in an EventSub payload.
- Author:
- gmt2001
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AutomodTermsData
Constructor- Parameters:
o
- The JSON data for the object
-
-
Method Details
-
action
Whether terms are being added or removed.- Returns:
-
list
Whether the blocked or permitted list is being changed.- Returns:
-
terms
The terms being added or removed.- Returns:
-
fromAutomod
public boolean fromAutomod()Whether the terms are being added due to an automod approve/deny action.- Returns:
-