MadelineProtoDocs/docs/TD_docs/constructors/storageStatisticsFast.md

26 lines
791 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: storageStatisticsFast
description: Contains approximate storage usage statistics, not containing files of Unknown type
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
---
2018-04-05 01:19:57 +02:00
# Constructor: storageStatisticsFast
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Contains approximate storage usage statistics, not containing files of Unknown type
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|files\_size|[int53](../types/int53.md) | Yes|Approximate total size of files|
|files\_count|[int](../types/int.md) | Yes|Approximate number of files|
|database\_size|[int53](../types/int53.md) | Yes|Size of database|
### Type: [StorageStatisticsFast](../types/StorageStatisticsFast.md)