View Source ExTDLib.Method.RemoveAllFilesFromDownloads (ExTDLib v0.0.4)
Removes all files from the file download list. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| only_active | bool | Pass true to remove only active downloads, including paused. |
| only_completed | bool | Pass true to remove only completed downloads. |
| delete_from_cache | bool | Pass true to delete the file from the TDLib file cache. |
More details on telegram's documentation.