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
/
PredictionProgress
/
PredictionProgress
Prediction
Progress
constructor
(
subscriptionType
:
String
,
messageId
:
String
,
timestamp
:
Instant
,
id
:
String
,
broadcasterUserId
:
String
,
broadcasterUserLogin
:
String
,
broadcasterUserName
:
String
,
title
:
String
,
outcomes
:
List
<
PredictionOutcome
>
,
startedAt
:
Instant
,
locksAt
:
Instant
)