Params

data class Params(val videos: List<RequestVideoThumbnails.Params.Video>, val clientId: ClientIdentifier)

Contains the data to request video thumbnails.

Parameters

videos

The list of video filenames to request.

clientId

The ClientIdentifier of the client requesting those thumbnails.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Video(val fileName: String)

A fileName of a video to request the thumbnail of.

Properties

Link copied to clipboard
Link copied to clipboard