search_file_downloads


Description:

public async FoundFileDownloads search_file_downloads (string query, bool only_active, bool only_completed, string offset, int32 limit) throws TDLibError

Searches for files in the file download list or recently downloaded files from the list

Parameters:

query

Query to search for; may be empty to return all downloaded files

only_active

Pass true to search only for active downloads, including paused

only_completed

Pass true to search only for completed downloads

offset

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

limit

The maximum number of files to be returned