Interface MessagesSetChatPhotoParams

interface MessagesSetChatPhotoParams {
    file: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

file: string

Upload URL from the 'response' field returned by the [vk.com/dev/photos.getChatUploadServer|photos.getChatUploadServer] method upon successfully uploading an image.

Generated using TypeDoc