Interface InputPaidMediaTypeVideo

The media is a video. Subtype of InputPaidMediaType.

interface InputPaidMediaTypeVideo {
    @type: "inputPaidMediaTypeVideo";
    duration: number;
    supports_streaming?: boolean;
}

Properties

@type: "inputPaidMediaTypeVideo"
duration: number

Duration of the video, in seconds.

supports_streaming?: boolean

True, if the video is expected to be streamed.