MadelineProto/docs/TD_docs/constructors/storageStatisticsByFileType.md
2017-08-25 15:05:53 +02:00

25 lines
663 B
Markdown

---
title: storageStatisticsByFileType
description: Contains storage usage statistics for the specific file type
---
## Constructor: storageStatisticsByFileType
[Back to constructors index](index.md)
Contains storage usage statistics for the specific file type
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|file\_type|[FileType](../types/FileType.md) | Yes|The file type|
|size|[int53](../types/int53.md) | Yes|Total size of files|
|count|[int](../types/int.md) | Yes|Total number of files|
### Type: [StorageStatisticsByFileType](../types/StorageStatisticsByFileType.md)