SearchFileDownloads constructor

SearchFileDownloads(
  1. {required String query,
  2. required bool only_active,
  3. required bool only_completed,
  4. required String offset,
  5. required int limit,
  6. int? extra,
  7. int? clientId}
)

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

Returns FoundFileDownloads

Implementation

SearchFileDownloads