UpdateFileDownloads constructor

UpdateFileDownloads(
  1. {required int total_size,
  2. required int total_count,
  3. required int downloaded_size,
  4. int? extra,
  5. int? clientId}
)

The state of the file download list has changed

Implementation

UpdateFileDownloads