MadelineProto/docs/TD_docs/constructors/storageStatisticsFast.md

25 lines
718 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: storageStatisticsFast
description: Contains approximate storage usage statistics, not containing files of Unknown type
---
## Constructor: storageStatisticsFast
[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)