1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 15:46:55 +01:00
MadelineProto/docs/TD_docs/methods/deleteFile.md

23 lines
468 B
Markdown

---
title: deleteFile
description: Deletes a file from TDLib file cache
---
## Method: deleteFile
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes a file from TDLib file cache
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the file to delete|
### Return type: [Ok](../types/Ok.md)