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
/
Mention
Mention
@
Serializable
data
class
Mention
(
val
userId
:
String
=
""
,
val
userLogin
:
String
=
""
,
val
userName
:
String
=
""
)
Members
Constructors
Mention
Link copied to clipboard
constructor
(
userId
:
String
=
""
,
userLogin
:
String
=
""
,
userName
:
String
=
""
)
Properties
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