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
/
CharityDonationNotification
Charity
Donation
Notification
@
Serializable
data
class
CharityDonationNotification
(
val
charityName
:
String
=
""
,
val
amount
:
CurrencyAmount
=
CurrencyAmount()
)
Members
Constructors
Charity
Donation
Notification
Link copied to clipboard
constructor
(
charityName
:
String
=
""
,
amount
:
CurrencyAmount
=
CurrencyAmount()
)
Properties
amount
Link copied to clipboard
val
amount
:
CurrencyAmount
charity
Name
Link copied to clipboard
@
SerialName
(
value
=
"charity_name"
)
val
charityName
:
String