OptimizeStorage constructor

OptimizeStorage({
  1. String? extra,
  2. int? client_id,
  3. int53? size,
  4. int32? ttl,
  5. int32? count,
  6. int32? immunity_delay,
  7. vector<FileType>? file_types,
  8. vector<int53>? chat_ids,
  9. vector<int53>? exclude_chat_ids,
  10. Bool? return_deleted_file_statistics,
  11. int32? chat_limit,
})

Implementation

OptimizeStorage({
  super.extra,
  super.client_id,
  this.size,
  this.ttl,
  this.count,
  this.immunity_delay,
  this.file_types,
  this.chat_ids,
  this.exclude_chat_ids,
  this.return_deleted_file_statistics,
  this.chat_limit,
});