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
/
PayItForwardNotification
Pay
It
Forward
Notification
@
Serializable
data
class
PayItForwardNotification
(
val
gifterIsAnonymous
:
Boolean
=
false
,
val
gifterUserId
:
String
?
=
null
,
val
gifterUserName
:
String
?
=
null
,
val
gifterUserLogin
:
String
?
=
null
)
Members
Constructors
Pay
It
Forward
Notification
Link copied to clipboard
constructor
(
gifterIsAnonymous
:
Boolean
=
false
,
gifterUserId
:
String
?
=
null
,
gifterUserName
:
String
?
=
null
,
gifterUserLogin
:
String
?
=
null
)
Properties
gifter
Is
Anonymous
Link copied to clipboard
@
SerialName
(
value
=
"gifter_is_anonymous"
)
val
gifterIsAnonymous
:
Boolean
gifter
User
Id
Link copied to clipboard
@
SerialName
(
value
=
"gifter_user_id"
)
val
gifterUserId
:
String
?
gifter
User
Login
Link copied to clipboard
@
SerialName
(
value
=
"gifter_user_login"
)
val
gifterUserLogin
:
String
?
gifter
User
Name
Link copied to clipboard
@
SerialName
(
value
=
"gifter_user_name"
)
val
gifterUserName
:
String
?