Sha256: 904a31c4d9fa3cc361557c9072a9db280a609e5704529dee8d691eaf9d159b15
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
module TD::Types # A full list of available network statistic entries. # # @attr since_date [Integer] Point in time (Unix timestamp) when the app began collecting statistics. # @attr entries [Array<TD::Types::NetworkStatisticsEntry>] Network statistics entries. class NetworkStatistics < Base attribute :since_date, TD::Types::Integer attribute :entries, TD::Types::Array.of(TD::Types::NetworkStatisticsEntry) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/network_statistics.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/network_statistics.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/network_statistics.rb |