Sha256: 6cfb6cbeefbb645227d5c45280fe3ca9da474b08929604a3fda8d9e5814c12a1

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

module TD::Types
  # A full list of available network statistic entries.
  #
  # @attr since_date [Integer] Point in time (Unix timestamp) from which the statistics are collected.
  # @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

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/network_statistics.rb