Interface PhotosDeleteAlbumParams

interface PhotosDeleteAlbumParams {
    album_id: number;
    group_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

album_id: number

Album ID.

group_id?: number

ID of the community that owns the album.

Generated using TypeDoc