Interface AppWidgetsGetGroupImageUploadServerResponse

interface AppWidgetsGetGroupImageUploadServerResponse {
    upload_url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

upload_url: string

To upload an image, generate POST-request to upload_url with a file in photo field. Then call appWidgets.saveAppImage method

Generated using TypeDoc