pub async fn cancel_preliminary_upload_file(
file_id: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. For other files the behavior is undefined
ยงArguments
file_id- Identifier of the file to stop uploadingclient_id- The client id to send the request to