786 B
786 B
title | description |
---|---|
storageStatisticsByChat | Contains storage usage statistics for the specific chat |
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 |