TDLib v0.0.2 TDLib.Object.StorageStatistics View Source
Contains the exact storage usage statistics split by chats and file type.
Name | Type | Description |
---|---|---|
size | string | Total size of files. |
count | number | Total number of files. |
by_chat | storageStatisticsByChat[] | Statistics split by chats. |
More details on telegram’s documentation.