MadelineProto/docs/TD_docs/constructors/storageStatisticsByChat.md
2017-08-25 15:05:53 +02:00

786 B

title description
storageStatisticsByChat Contains storage usage statistics for the specific chat

Constructor: storageStatisticsByChat

Back to constructors index

Contains storage usage statistics for the specific chat

Attributes:

Name Type Required Description
chat_id int53 Yes Chat identifier, 0 if none
size int53 Yes Total size of files
count int Yes Total number of files
by_file_type Array of storageStatisticsByFileType Yes Statistics splitted by file types

Type: StorageStatisticsByChat