MadelineProto/docs/TD_docs/constructors/networkStatisticsEntryCall.md
2017-08-25 15:05:53 +02:00

860 B

title description
networkStatisticsEntryCall Contains information about total received and sent calls data

Constructor: networkStatisticsEntryCall

Back to constructors index

Contains information about total received and sent calls data

Attributes:

Name Type Required Description
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
duration double Yes Total calls duration in seconds

Type: NetworkStatisticsEntry