StorageStatistics constructor

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

Implementation

StorageStatistics({
  super.extra,
  super.client_id,
  this.size,
  this.count,
  this.by_chat,
});