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
/
ModDelete
Mod
Delete
@
Serializable
data
class
ModDelete
(
val
userId
:
String
=
""
,
val
userLogin
:
String
=
""
,
val
userName
:
String
=
""
,
val
messageId
:
String
=
""
,
val
messageBody
:
String
=
""
)
Members
Constructors
Mod
Delete
Link copied to clipboard
constructor
(
userId
:
String
=
""
,
userLogin
:
String
=
""
,
userName
:
String
=
""
,
messageId
:
String
=
""
,
messageBody
:
String
=
""
)
Properties
message
Body
Link copied to clipboard
@
SerialName
(
value
=
"message_body"
)
val
messageBody
:
String
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
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