Interface CancelPreliminaryUploadFile

Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. Request type for Tdjson#cancelPreliminaryUploadFile.

interface CancelPreliminaryUploadFile {
    @type: "cancelPreliminaryUploadFile";
    file_id: number;
}

Properties

Properties

@type: "cancelPreliminaryUploadFile"
file_id: number

Identifier of the file to stop uploading.