Module tdlight.api

Class TdApi.NetworkStatistics

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NetworkStatistics
Enclosing class:
TdApi

public static final class TdApi.NetworkStatistics extends TdApi.Object
A full list of available network statistic entries.
  • Field Details

    • sinceDate

      public int sinceDate
      Point in time (Unix timestamp) from which the statistics are collected.
    • entries

      public TdApi.NetworkStatisticsEntry[] entries
      Network statistics entries.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • NetworkStatistics

      public NetworkStatistics()
      A full list of available network statistic entries.
    • NetworkStatistics

      public NetworkStatistics(int sinceDate, TdApi.NetworkStatisticsEntry[] entries)
      A full list of available network statistic entries.
      Parameters:
      sinceDate - int Point in time (Unix timestamp) from which the statistics are collected.
      entries - NetworkStatisticsEntry[] Network statistics entries.
    • NetworkStatistics

      public NetworkStatistics(DataInput input) throws IOException
      A full list of available network statistic entries.
      Throws:
      IOException
  • Method Details