CancelDownloadFile constructor

CancelDownloadFile({
  1. String? extra,
  2. int? client_id,
  3. int32? file_id,
  4. Bool? only_if_pending,
})

Implementation

CancelDownloadFile({
  super.extra,
  super.client_id,
  this.file_id,
  this.only_if_pending,
});