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