Sha256: 7c8e8fafade11dcdcbe24b0d5c363322a66a490a038cc1f30a8cbfd500fa6bb9

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 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::Coercible::Integer
    attribute :count, TD::Types::Coercible::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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