HypeTrainCurrent

constructor(id: String, broadcasterUserId: String, broadcasterUserLogin: String, broadcasterUserName: String, level: Int, total: Int, progress: Int, goal: Int, topContributions: List<HypeTrainContribution> = emptyList(), sharedTrainParticipants: List<SharedTrainParticipant>? = null, startedAt: Instant, expiresAt: Instant, type: String, isSharedTrain: Boolean = false)