1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 19:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/storageStatistics.md
2017-08-25 15:05:53 +02:00

706 B

title description
storageStatistics Contains exact storage usage statistics splitted by chats and file types

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