Video
@Serializable
Represents a published video on Twitch.
See also
Constructors
Link copied to clipboard
constructor(id: String, streamId: String? = null, userId: String, userLogin: String, userName: String, title: String, description: String = "", createdAt: Instant, publishedAt: Instant, url: String, thumbnailUrl: String, viewable: String = "public", viewCount: Int = 0, language: String = "", type: String = "", duration: String = "", mutedSegments: List<MutedSegment>? = null)
Properties
Link copied to clipboard
the video's description.
Link copied to clipboard
the segments that Twitch Audio Recognition muted; otherwise, null.
Link copied to clipboard
the date and time, in UTC, of when the video was published.
Link copied to clipboard
a URL to a thumbnail image of the video. Before using the URL, you must replace the %{width} and %{height} placeholders with the width and height of the thumbnail you want returned.