Class TdApi.AddNetworkStatistics

Enclosing class:
TdApi

public static class TdApi.AddNetworkStatistics
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details