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
/
CreatePollChoice
Create
Poll
Choice
@
Serializable
data
class
CreatePollChoice
(
val
title
:
String
)
A choice for a
CreatePollRequest
.
Members
Constructors
Create
Poll
Choice
Link copied to clipboard
constructor
(
title
:
String
)
Properties
title
Link copied to clipboard
val
title
:
String
the text for the choice; max 25 characters.