DownloadFile constructor

DownloadFile({
  1. String? extra,
  2. int? client_id,
  3. int32? file_id,
  4. int32? priority,
  5. int53? offset,
  6. int53? limit,
  7. Bool? synchronous,
})

Implementation

DownloadFile({
  super.extra,
  super.client_id,
  this.file_id,
  this.priority,
  this.offset,
  this.limit,
  this.synchronous,
});