StorageStatisticsByChat constructor

StorageStatisticsByChat({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? size,
  5. int32? count,
  6. vector<StorageStatisticsByFileType>? by_file_type,
})

Implementation

StorageStatisticsByChat({
  super.extra,
  super.client_id,
  this.chat_id,
  this.size,
  this.count,
  this.by_file_type,
});