Module tdlight.api

Class TdApi.ResetNetworkStatistics

Enclosing class:
TdApi

public static final class TdApi.ResetNetworkStatistics extends TdApi.Function<TdApi.Ok>
Resets all network data usage statistics to zero. Can be called before authorization. Returns Ok
  • Field Details

  • Constructor Details

    • ResetNetworkStatistics

      public ResetNetworkStatistics()
      Resets all network data usage statistics to zero. Can be called before authorization. Returns Ok
    • ResetNetworkStatistics

      public ResetNetworkStatistics(DataInput input) throws IOException
      Resets all network data usage statistics to zero. Can be called before authorization. Returns Ok
      Throws:
      IOException
  • Method Details