Skip to content

StorageStatistics

Type · TDLib 1.8.67 · d1085f9c

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

StorageStatistics(
  size: int53,
  count: int32,
  by_chat: list of StorageStatisticsByChat
) → StorageStatistics

size

int53

Total size of files, in bytes

count

int32

Total number of files

by_chat

list of StorageStatisticsByChat

Statistics split by chats