Interface PhotosSaveOwnerPhotoParams

interface PhotosSaveOwnerPhotoParams {
    hash?: string;
    photo?: string;
    server?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash?: string

parameter returned after [vk.com/dev/upload_files|photo upload].

photo?: string

parameter returned after [vk.com/dev/upload_files|photo upload].

server?: string

parameter returned after [vk.com/dev/upload_files|photo upload].

Generated using TypeDoc