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
/
VotingSettings
Voting
Settings
@
Serializable
data
class
VotingSettings
(
val
isEnabled
:
Boolean
=
false
,
val
amountPerVote
:
Int
=
0
)
Members
Constructors
Voting
Settings
Link copied to clipboard
constructor
(
isEnabled
:
Boolean
=
false
,
amountPerVote
:
Int
=
0
)
Properties
amount
Per
Vote
Link copied to clipboard
@
SerialName
(
value
=
"amount_per_vote"
)
val
amountPerVote
:
Int
is
Enabled
Link copied to clipboard
@
SerialName
(
value
=
"is_enabled"
)
val
isEnabled
:
Boolean