StreamSchedule
@Serializable
Represents a stream schedule from the Twitch Helix API.
See also
Constructors
Link copied to clipboard
constructor(segments: List<ScheduleSegment>? = null, broadcasterId: String, broadcasterName: String, broadcasterLogin: String, vacation: ScheduleVacation? = null)