Sha256: 4d451f8e43243ee960da677f48b63af982f1c268a819884694f7e522905dfeeb

Contents?: true

Size: 448 Bytes

Versions: 2

Compression:

Stored size: 448 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::Coercible::Integer
    attribute :entries, TD::Types::Array.of(TD::Types::NetworkStatisticsEntry)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/network_statistics.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/network_statistics.rb