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
/
ChannelPointsReward
Channel
Points
Reward
@
Serializable
data
class
ChannelPointsReward
(
val
id
:
String
=
""
,
val
title
:
String
=
""
,
val
cost
:
Int
=
0
,
val
prompt
:
String
=
""
)
Members
Constructors
Channel
Points
Reward
Link copied to clipboard
constructor
(
id
:
String
=
""
,
title
:
String
=
""
,
cost
:
Int
=
0
,
prompt
:
String
=
""
)
Properties
cost
Link copied to clipboard
val
cost
:
Int
id
Link copied to clipboard
val
id
:
String
prompt
Link copied to clipboard
val
prompt
:
String
title
Link copied to clipboard
val
title
:
String