delete_file

Function delete_file 

Source
pub async fn delete_file(file_id: i32, client_id: i32) -> Result<(), Error>
Expand description

Deletes a file from the TDLib file cache

ยงArguments

  • file_id - Identifier of the file to delete
  • client_id - The client id to send the request to