UpdateFileAddedToDownloads constructor

UpdateFileAddedToDownloads(
  1. {required FileDownload file_download,
  2. required DownloadedFileCounts counts,
  3. int? extra,
  4. int? clientId}
)

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

Implementation

UpdateFileAddedToDownloads