DownloadFile constructor

DownloadFile(
  1. {required int file_id,
  2. required int priority,
  3. required int offset,
  4. required int limit,
  5. required bool synchronous,
  6. int? extra,
  7. int? clientId}
)

Downloads a file from the cloud. Download progress and completion of the download will be notified through updateFile updates

Returns File

Implementation

DownloadFile