Interface VideoGetAlbumByIdParams

interface VideoGetAlbumByIdParams {
    album_id: number;
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

album_id: number

Album ID.

owner_id?: number

identifier of a user or community to add a video to. Use a negative value to designate a community ID.

Generated using TypeDoc