TDLib v0.0.2 TDLib.Object.StorageStatisticsByChat View Source
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. |
count | number | Total number of files in the chat. |
by_file_type | storageStatisticsByFileType[] | Statistics split by file types. |
More details on telegram’s documentation.