TDLib v0.0.2 TDLib.Object.NetworkStatisticsEntryFile View Source
Contains information about the total amount of data that was used to send and receive files.
Name | Type | Description |
---|---|---|
file_type | FileType | Type of the file the data is part of. |
network_type | NetworkType | Type of the network the data was sent through. Call setNetworkType to maintain the actual network type. |
sent_bytes | string | Total number of bytes sent. |
received_bytes | string | Total number of bytes received. |
More details on telegram’s documentation.