Module tdlight.api

Class TdApi.AddNetworkStatistics

Enclosing class:
TdApi

public static final class TdApi.AddNetworkStatistics extends TdApi.Function<TdApi.Ok>
Adds the specified data to data usage statistics. Can be called before authorization. Returns Ok
  • Field Details

  • Constructor Details

    • AddNetworkStatistics

      public AddNetworkStatistics()
      Adds the specified data to data usage statistics. Can be called before authorization. Returns Ok
    • AddNetworkStatistics

      public AddNetworkStatistics(TdApi.NetworkStatisticsEntry entry)
      Adds the specified data to data usage statistics. Can be called before authorization. Returns Ok
      Parameters:
      entry - NetworkStatisticsEntry The network statistics entry with the data to be added to statistics.
    • AddNetworkStatistics

      public AddNetworkStatistics(DataInput input) throws IOException
      Adds the specified data to data usage statistics. Can be called before authorization. Returns Ok
      Throws:
      IOException
  • Method Details