Interface DeleteFile

Deletes a file from the TDLib file cache. Request type for Tdjson#deleteFile.

interface DeleteFile {
    @type: "deleteFile";
    file_id: number;
}

Properties

Properties

@type: "deleteFile"
file_id: number

Identifier of the file to delete.