MadelineProtoDocs/docs/TD_docs/constructors/storageStatistics.md

26 lines
780 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: storageStatistics
description: Contains exact storage usage statistics splitted by chats and file types
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## Constructor: storageStatistics
[Back to constructors index](index.md)
Contains exact storage usage statistics splitted by chats and file types
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|size|[int53](../types/int53.md) | Yes|Total size of files|
|count|[int](../types/int.md) | Yes|Total number of files|
|by\_chat|Array of [storageStatisticsByChat](../constructors/storageStatisticsByChat.md) | Yes|Statistics splitted by chats|
### Type: [StorageStatistics](../types/StorageStatistics.md)