View Source ExTDLib.Method.RemoveAllFilesFromDownloads (ExTDLib v0.0.4)

Removes all files from the file download list. Returns object_ptr<Ok>.

NameTypeDescription
only_activeboolPass true to remove only active downloads, including paused.
only_completedboolPass true to remove only completed downloads.
delete_from_cacheboolPass true to delete the file from the TDLib file cache.

More details on telegram's documentation.