mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
860 B
860 B
title | description |
---|---|
networkStatisticsEntryCall | Contains information about total received and sent calls data |
Constructor: networkStatisticsEntryCall
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 |