Class: TD::Types::NetworkStatistics
- Defined in:
- lib/tdlib/types/network_statistics.rb
Overview
A full list of available network statistic entries.
Instance Attribute Summary collapse
-
#entries ⇒ Array<TD::Types::NetworkStatisticsEntry>
Network statistics entries.
-
#since_date ⇒ Integer
Point in time (Unix timestamp) from which the statistics are collected.
Method Summary
Methods inherited from Base
Instance Attribute Details
#entries ⇒ Array<TD::Types::NetworkStatisticsEntry>
Network statistics entries.
6 7 8 |
# File 'lib/tdlib/types/network_statistics.rb', line 6 def entries @entries end |
#since_date ⇒ Integer
Point in time (Unix timestamp) from which the statistics are collected.
6 7 8 |
# File 'lib/tdlib/types/network_statistics.rb', line 6 def since_date @since_date end |