TDLib v0.0.2 TDLib.Object.StorageStatisticsByChat View Source

Contains the storage usage statistics for a specific chat.

NameTypeDescription
chat_idstringChat identifier; 0 if none.
sizestringTotal size of the files in the chat.
countnumberTotal number of files in the chat.
by_file_typestorageStatisticsByFileType[]Statistics split by file types.

More details on telegram’s documentation.