PredictionLock
data class PredictionLock(val subscriptionType: String, val messageId: String, val timestamp: Instant, val id: String, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val title: String, val outcomes: List<PredictionOutcome>, val startedAt: Instant, val lockedAt: Instant) : TwitchEvent
Properties
Link copied to clipboard
the broadcaster's user ID.
Link copied to clipboard
the broadcaster's login.
Link copied to clipboard
the broadcaster's display name.
Link copied to clipboard
the list of prediction outcomes.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).