Interface PaidMediaVideo

The media is a video. Subtype of PaidMedia.

interface PaidMediaVideo {
    @type: "paidMediaVideo";
    cover: Photo;
    start_timestamp: number;
    video: Video;
}

Properties

@type: "paidMediaVideo"
cover: Photo

Cover of the video; may be null if none.

start_timestamp: number

Timestamp from which the video playing must start, in seconds.

video: Video

The video.