Interface PhotosGetOwnerCoverPhotoUploadServerParams

interface PhotosGetOwnerCoverPhotoUploadServerParams {
    crop_x?: number;
    crop_x2?: number;
    crop_y?: number;
    crop_y2?: number;
    group_id?: number;
    is_video_cover?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

crop_x?: number

X coordinate of the left-upper corner

crop_x2?: number

X coordinate of the right-bottom corner

crop_y?: number

Y coordinate of the left-upper corner

crop_y2?: number

Y coordinate of the right-bottom corner

group_id?: number

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

is_video_cover?: number | boolean

Generated using TypeDoc