Sha256: 66e2a37ffad5fc0f1109d2bbeafb8b22ae5740a79d050900ff0ca42dc12c1db5

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

module TD::Types
  # Contains approximate storage usage statistics, excluding files of unknown file type.
  #
  # @attr files_size [Integer] Approximate total size of files.
  # @attr file_count [Integer] Approximate number of files.
  # @attr database_size [Integer] Size of the database.
  class StorageStatisticsFast < Base
    attribute :files_size, TD::Types::Integer
    attribute :file_count, TD::Types::Integer
    attribute :database_size, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/storage_statistics_fast.rb