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
/
CommunitySubGiftNotification
Community
Sub
Gift
Notification
@
Serializable
data
class
CommunitySubGiftNotification
(
val
id
:
String
=
""
,
val
total
:
Int
=
0
,
val
subTier
:
String
=
""
,
val
cumulativeTotal
:
Int
?
=
null
)
Members
Constructors
Community
Sub
Gift
Notification
Link copied to clipboard
constructor
(
id
:
String
=
""
,
total
:
Int
=
0
,
subTier
:
String
=
""
,
cumulativeTotal
:
Int
?
=
null
)
Properties
cumulative
Total
Link copied to clipboard
@
SerialName
(
value
=
"cumulative_total"
)
val
cumulativeTotal
:
Int
?
id
Link copied to clipboard
val
id
:
String
sub
Tier
Link copied to clipboard
@
SerialName
(
value
=
"sub_tier"
)
val
subTier
:
String
total
Link copied to clipboard
val
total
:
Int