Interface VideoStartStreamingParams

interface VideoStartStreamingParams {
    category_id?: number;
    description?: string;
    group_id?: number;
    name?: string;
    no_comments?: number | boolean;
    privacy_comment?: string | string[];
    privacy_view?: string | string[];
    publish?: number | boolean;
    video_id?: number;
    wallpost?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

category_id?: number
description?: string
group_id?: number
name?: string
no_comments?: number | boolean
privacy_comment?: string | string[]
privacy_view?: string | string[]
publish?: number | boolean
video_id?: number
wallpost?: number | boolean

Generated using TypeDoc