Interface VideoAddAlbumParams

interface VideoAddAlbumParams {
    group_id?: number;
    privacy?: "0" | "1" | "2" | "3" | ("0" | "1" | "2" | "3")[];
    title?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

group_id?: number

Community ID (if the album will be created in a community).

privacy?: "0" | "1" | "2" | "3" | ("0" | "1" | "2" | "3")[]
title?: string

Album title.

Generated using TypeDoc