Class TdApi.NetworkStatistics

  • Enclosing class:
    TdApi

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

      • sinceDate

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Point in time (Unix timestamp) from which the statistics are collected.
        entries - Network statistics entries.