Skip to content

NetworkStatisticsEntryCall

Type · TDLib 1.8.67 · d1085f9c

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

NetworkStatisticsEntryCall(
  network_type: NetworkType,
  sent_bytes: int53,
  received_bytes: int53,
  duration: double
) → NetworkStatisticsEntry

network_type

NetworkType

Type of the network the data was sent through. Call setNetworkType to maintain the actual network type

sent_bytes

int53

Total number of bytes sent

received_bytes

int53

Total number of bytes received

duration

double

Total call duration, in seconds