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
/
HypeTrainContribution
Hype
Train
Contribution
@
Serializable
data
class
HypeTrainContribution
(
val
userId
:
String
=
""
,
val
userLogin
:
String
=
""
,
val
userName
:
String
=
""
,
val
type
:
String
=
""
,
val
total
:
Int
=
0
)
Members
Constructors
Hype
Train
Contribution
Link copied to clipboard
constructor
(
userId
:
String
=
""
,
userLogin
:
String
=
""
,
userName
:
String
=
""
,
type
:
String
=
""
,
total
:
Int
=
0
)
Properties
total
Link copied to clipboard
val
total
:
Int
type
Link copied to clipboard
val
type
:
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