MadelineProtoDocs/docs/TD_docs/constructors/networkStatisticsEntryFile.md

27 lines
942 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: networkStatisticsEntryFile
description: Contains information about total received and sent files data
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: networkStatisticsEntryFile
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Contains information about total received and sent files data
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|file\_type|[FileType](../types/FileType.md) | Yes|Type of a file the data is part of|
|network\_type|[NetworkType](../types/NetworkType.md) | Yes|Type of a network the data was sent through. Call setNetworkType to maintain actual network type|
|sent\_bytes|[int53](../types/int53.md) | Yes|Total number of sent bytes|
|received\_bytes|[int53](../types/int53.md) | Yes|Total number of received bytes|
### Type: [NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md)