GetRemoteFile constructor

GetRemoteFile({
  1. String? extra,
  2. int? client_id,
  3. string? remote_file_id,
  4. FileType? file_type,
})

Implementation

GetRemoteFile({
  super.extra,
  super.client_id,
  this.remote_file_id,
  this.file_type,
});