StorageStatisticsByChat¶
Contains the storage usage statistics for a specific chat
StorageStatisticsByChat(
chat_id: int53,
size: int53,
count: int32,
by_file_type: list of StorageStatisticsByFileType
) → StorageStatisticsByChat
chat_id¶
int53
Chat identifier; 0 if none
size¶
int53
Total size of the files in the chat, in bytes
count¶
int32
Total number of files in the chat
by_file_type¶
list of StorageStatisticsByFileType
Statistics split by file types