Interface DocsSaveParams

interface DocsSaveParams {
    file: string;
    return_tags?: number | boolean;
    tags?: string;
    title?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

file: string

This parameter is returned when the file is [vk.com/dev/upload_files_2|uploaded to the server].

return_tags?: number | boolean
tags?: string

Document tags.

title?: string

Document title.

Generated using TypeDoc