MadelineProtoDocs/docs/TD_docs/constructors/storageStatisticsByChat.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

859 B

title description image
storageStatisticsByChat Contains storage usage statistics for the specific chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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