MadelineProtoDocs/docs/TD_docs/constructors/networkStatisticsEntryFile.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

942 B

title description image
networkStatisticsEntryFile Contains information about total received and sent files data https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: networkStatisticsEntryFile

Back to constructors index

Contains information about total received and sent files data

Attributes:

Name Type Required Description
file_type FileType Yes Type of a file the data is part of
network_type NetworkType Yes Type of a network the data was sent through. Call setNetworkType to maintain actual network type
sent_bytes int53 Yes Total number of sent bytes
received_bytes int53 Yes Total number of received bytes

Type: NetworkStatisticsEntry