Interface PhotosGetWallUploadServerParams

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

Indexable

[key: string]: any

Properties

Properties

group_id?: number

ID of community to whose wall the photo will be uploaded.

Generated using TypeDoc