UpdateFileRemovedFromDownloads constructor

UpdateFileRemovedFromDownloads(
  1. {required int file_id,
  2. required DownloadedFileCounts counts,
  3. int? extra,
  4. int? clientId}
)

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

Implementation

UpdateFileRemovedFromDownloads