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
/
Prediction
/
Prediction
Prediction
constructor
(
id
:
String
,
broadcasterId
:
String
,
broadcasterName
:
String
,
broadcasterLogin
:
String
,
title
:
String
,
winningOutcomeId
:
String
?
=
null
,
outcomes
:
List
<
PredictionOutcome
>
,
predictionWindow
:
Int
,
status
:
String
,
createdAt
:
Instant
,
endedAt
:
Instant
?
=
null
,
lockedAt
:
Instant
?
=
null
)