Interface PhotosGetUploadServerParams

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

Indexable

[key: string]: any

Properties

Properties

album_id?: number
group_id?: number

ID of community that owns the album (if the photo will be uploaded to a community album).

Generated using TypeDoc