HypeTrainStatus
@Serializable
Represents the Hype Train status for a channel.
See also
Constructors
Link copied to clipboard
constructor(current: HypeTrainCurrent? = null, allTimeHigh: HypeTrainRecord? = null, sharedAllTimeHigh: HypeTrainRecord? = null)
Properties
Link copied to clipboard
an object with information about the channel's Hype Train records. null if a Hype Train has not occurred.
Link copied to clipboard
an object describing the current Hype Train. null if a Hype Train is not active.
Link copied to clipboard
an object with information about the channel's shared Hype Train records. null if a shared Hype Train has not occurred.