StorageStatistics constructor

StorageStatistics(
  1. {required int size,
  2. required int count,
  3. required List<StorageStatisticsByChat> by_chat,
  4. int? extra,
  5. int? clientId}
)

Contains the exact storage usage statistics split by chats and file type

Implementation

StorageStatistics