twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
helix
/
io.github.captnblubber.twitchkt.helix.model
/
CreatePollRequest
/
CreatePollRequest
Create
Poll
Request
constructor
(
broadcasterId
:
String
,
title
:
String
,
choices
:
List
<
CreatePollChoice
>
,
duration
:
Int
,
channelPointsVotingEnabled
:
Boolean
=
false
,
channelPointsPerVote
:
Int
=
0
)