StorageStatisticsByChat
Contains the storage usage statistics for a specific chat.
This is an alias for the StorageStatisticsByChatUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "storageStatisticsByChat" | |
chatId | number | Chat identifier; 0 if none |
size | number | Total size of the files in the chat, in bytes |
count | number | Total number of files in the chat |
byFileType | Statistics split by file types |