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
/
ModWarn
Mod
Warn
@
Serializable
data
class
ModWarn
(
val
userId
:
String
=
""
,
val
userLogin
:
String
=
""
,
val
userName
:
String
=
""
,
val
reason
:
String
?
=
null
,
val
chatRulesCited
:
List
<
String
>
?
=
null
)
Members
Constructors
Mod
Warn
Link copied to clipboard
constructor
(
userId
:
String
=
""
,
userLogin
:
String
=
""
,
userName
:
String
=
""
,
reason
:
String
?
=
null
,
chatRulesCited
:
List
<
String
>
?
=
null
)
Properties
chat
Rules
Cited
Link copied to clipboard
@
SerialName
(
value
=
"chat_rules_cited"
)
val
chatRulesCited
:
List
<
String
>
?
reason
Link copied to clipboard
val
reason
:
String
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
user
Login
Link copied to clipboard
@
SerialName
(
value
=
"user_login"
)
val
userLogin
:
String
user
Name
Link copied to clipboard
@
SerialName
(
value
=
"user_name"
)
val
userName
:
String