FoundFileDownloads constructor

FoundFileDownloads({
  1. String? extra,
  2. int? client_id,
  3. DownloadedFileCounts? total_counts,
  4. vector<FileDownload>? files,
  5. string? next_offset,
})

Implementation

FoundFileDownloads({
  super.extra,
  super.client_id,
  this.total_counts,
  this.files,
  this.next_offset,
});