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
/
PollChoice
Poll
Choice
@
Serializable
data
class
PollChoice
(
val
id
:
String
=
""
,
val
title
:
String
=
""
,
val
bitsVotes
:
Int
=
0
,
val
channelPointsVotes
:
Int
=
0
,
val
votes
:
Int
=
0
)
Members
Constructors
Poll
Choice
Link copied to clipboard
constructor
(
id
:
String
=
""
,
title
:
String
=
""
,
bitsVotes
:
Int
=
0
,
channelPointsVotes
:
Int
=
0
,
votes
:
Int
=
0
)
Properties
bits
Votes
Link copied to clipboard
@
SerialName
(
value
=
"bits_votes"
)
val
bitsVotes
:
Int
channel
Points
Votes
Link copied to clipboard
@
SerialName
(
value
=
"channel_points_votes"
)
val
channelPointsVotes
:
Int
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
votes
Link copied to clipboard
val
votes
:
Int