MadelineProtoDocs/docs/TD_docs/constructors/storageStatistics.md
2018-04-04 19:52:48 +02:00

780 B

title description image
storageStatistics Contains exact storage usage statistics splitted by chats and file types https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storageStatistics

Back to constructors index

Contains exact storage usage statistics splitted by chats and file types

Attributes:

Name Type Required Description
size int53 Yes Total size of files
count int Yes Total number of files
by_chat Array of storageStatisticsByChat Yes Statistics splitted by chats

Type: StorageStatistics