Interface PhotosMessageUploadResponse

interface PhotosMessageUploadResponse {
    hash: string;
    photo: string;
    server: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string

Uploading hash

photo: string

Uploaded photo data

server: number

Upload server number

Generated using TypeDoc