Interface PhotosGetChatUploadServerParams

interface PhotosGetChatUploadServerParams {
    chat_id: number;
    crop_width?: number;
    crop_x?: number;
    crop_y?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

chat_id: number

ID of the chat for which you want to upload a cover photo.

crop_width?: number

Width (in pixels) of the photo after cropping.

crop_x?: number
crop_y?: number

Generated using TypeDoc