Interface AddNetworkStatistics

Adds the specified data to data usage statistics. Can be called before authorization. Request type for Tdjson#addNetworkStatistics.

interface AddNetworkStatistics {
    @type: "addNetworkStatistics";
    entry: NetworkStatisticsEntry;
}

Properties

Properties

@type: "addNetworkStatistics"

The network statistics entry with the data to be added to statistics.