859 B
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
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 |