UpdateFileDownload constructor

UpdateFileDownload(
  1. {required int file_id,
  2. required int complete_date,
  3. required bool is_paused,
  4. required DownloadedFileCounts counts,
  5. int? extra,
  6. int? clientId}
)

A file download was changed. This update is sent only after file download list is loaded for the first time

Implementation

UpdateFileDownload