Interface PhotosGetOwnerPhotoUploadServerParams

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

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

identifier of a community or current user. "Note that community id must be negative. 'owner_id=1' - user, 'owner_id=-1' - community, "

Generated using TypeDoc