mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
869 B
869 B
title | description |
---|---|
networkStatisticsEntryFile | Contains information about total received and sent files data |
Constructor: networkStatisticsEntryFile
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 |