Skip to content

NetworkStatisticsEntryFile

Type · TDLib 1.8.67 · d1085f9c

Contains information about the total amount of data that was used to send and receive files

NetworkStatisticsEntryFile(
  file_type: FileType,
  network_type: NetworkType,
  sent_bytes: int53,
  received_bytes: int53
) → NetworkStatisticsEntry

file_type

FileType

Type of the file the data is part of; pass null if the data isn't related to files

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