TDLib v0.0.2 TDLib.Object.NetworkStatisticsEntryCall View Source

Contains information about the total amount of data that was used for calls.

NameTypeDescription
network_typeNetworkTypeType of the network the data was sent through. Call setNetworkType to maintain the actual network type.
sent_bytesstringTotal number of bytes sent.
received_bytesstringTotal number of bytes received.
durationdoubleTotal call duration, in seconds.

More details on telegram’s documentation.