Interface VideoRestoreParams

interface VideoRestoreParams {
    owner_id?: number;
    video_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

ID of the user or community that owns the video.

video_id: number

Video ID.

Generated using TypeDoc