Class: TD::Types::NetworkStatistics

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/network_statistics.rb

Overview

A full list of available network statistic entries.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#entriesArray<TD::Types::NetworkStatisticsEntry>

Network statistics entries.

Returns:



6
7
8
# File 'lib/tdlib/types/network_statistics.rb', line 6

def entries
  @entries
end

#since_dateInteger

Point in time (Unix timestamp) when the app began collecting statistics.

Returns:

  • (Integer)

    the current value of since_date



6
7
8
# File 'lib/tdlib/types/network_statistics.rb', line 6

def since_date
  @since_date
end