View Source ExTDLib.Object.StorageStatisticsByChat (ExTDLib v0.0.4)
Contains the storage usage statistics for a specific chat.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier; 0 if none. |
| size | string | Total size of the files in the chat, in bytes. |
| count | number | Total number of files in the chat. |
| by_file_type | storageStatisticsByFileType | Statistics split by file types. |
More details on telegram's documentation.