twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
eventsub
/
io.github.captnblubber.twitchkt.eventsub.model
/
ModAutomodTerms
Mod
Automod
Terms
@
Serializable
data
class
ModAutomodTerms
(
val
action
:
String
=
""
,
val
list
:
String
=
""
,
val
terms
:
List
<
String
>
=
emptyList()
,
val
fromAutomod
:
Boolean
=
false
)
Members
Constructors
Mod
Automod
Terms
Link copied to clipboard
constructor
(
action
:
String
=
""
,
list
:
String
=
""
,
terms
:
List
<
String
>
=
emptyList()
,
fromAutomod
:
Boolean
=
false
)
Properties
action
Link copied to clipboard
val
action
:
String
from
Automod
Link copied to clipboard
@
SerialName
(
value
=
"from_automod"
)
val
fromAutomod
:
Boolean
list
Link copied to clipboard
val
list
:
String
terms
Link copied to clipboard
val
terms
:
List
<
String
>