Interface DocsGetWallUploadServerParams

interface DocsGetWallUploadServerParams {
    group_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: number

Community ID (if the document will be uploaded to the community).

Generated using TypeDoc