Sha256: f43f902c997fa11a4c44f50af3661e227cc672114394639b2a718bd2adce6471

Contents?: true

Size: 421 Bytes

Versions: 4

Compression:

Stored size: 421 Bytes

Contents

module TD::Types
  # Contains the storage usage statistics for a specific file type.
  #
  # @attr file_type [TD::Types::FileType] File type.
  # @attr size [Integer] Total size of the files.
  # @attr count [Integer] Total number of files.
  class StorageStatisticsByFileType < Base
    attribute :file_type, TD::Types::FileType
    attribute :size, TD::Types::Integer
    attribute :count, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/storage_statistics_by_file_type.rb
tdlib-ruby-2.2.0 lib/tdlib/types/storage_statistics_by_file_type.rb
tdlib-ruby-2.1.0 lib/tdlib/types/storage_statistics_by_file_type.rb
tdlib-ruby-2.0.0 lib/tdlib/types/storage_statistics_by_file_type.rb