Interface PhotosGetMarketUploadServerParams

interface PhotosGetMarketUploadServerParams {
    crop_width?: number;
    crop_x?: number;
    crop_y?: number;
    group_id: number;
    main_photo?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

crop_width?: number

Width of the cropped photo in px.

crop_x?: number

X coordinate of the crop left upper corner.

crop_y?: number

Y coordinate of the crop left upper corner.

group_id: number

Community ID.

main_photo?: number | boolean

'1' if you want to upload the main item photo.

Generated using TypeDoc