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
/
ResubNotification
/
ResubNotification
Resub
Notification
constructor
(
cumulativeMonths
:
Int
=
0
,
durationMonths
:
Int
=
0
,
streakMonths
:
Int
=
0
,
subTier
:
String
=
""
,
isPrime
:
Boolean
=
false
,
isGift
:
Boolean
=
false
,
gifterIsAnonymous
:
Boolean
?
=
null
,
gifterUserId
:
String
?
=
null
,
gifterUserName
:
String
?
=
null
,
gifterUserLogin
:
String
?
=
null
)