Class TdApi.GetNetworkStatistics

Enclosing class:
TdApi

public static class TdApi.GetNetworkStatistics
extends TdApi.Function
Returns network data usage statistics. Can be called before authorization.

Returns NetworkStatistics

  • Field Details

    • onlyCurrent

      public boolean onlyCurrent
      If true, returns only data for the current library launch.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetNetworkStatistics

      public GetNetworkStatistics()
      Returns network data usage statistics. Can be called before authorization.

      Returns NetworkStatistics

    • GetNetworkStatistics

      public GetNetworkStatistics​(boolean onlyCurrent)
      Returns network data usage statistics. Can be called before authorization.

      Returns NetworkStatistics

      Parameters:
      onlyCurrent - boolean If true, returns only data for the current library launch.
    • GetNetworkStatistics

      public GetNetworkStatistics​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details