Interface PhotosCreateAlbumParams

interface PhotosCreateAlbumParams {
    comments_disabled?: number | boolean;
    description?: string;
    group_id?: number;
    privacy_comment?: string | string[];
    privacy_view?: string | string[];
    title: string;
    upload_by_admins_only?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comments_disabled?: number | boolean
description?: string

Album description.

group_id?: number

ID of the community in which the album will be created.

privacy_comment?: string | string[]
privacy_view?: string | string[]
title: string

Album title.

upload_by_admins_only?: number | boolean

Generated using TypeDoc