Class: TD::Types::StorageStatisticsByFileType
- Defined in:
- lib/tdlib/types/storage_statistics_by_file_type.rb
Overview
Contains the storage usage statistics for a specific file type.
Instance Attribute Summary collapse
-
#count ⇒ Integer
Total number of files.
-
#file_type ⇒ TD::Types::FileType
File type.
-
#size ⇒ Integer
Total size of the files.
Method Summary
Methods inherited from Base
Instance Attribute Details
#count ⇒ Integer
Total number of files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_by_file_type.rb', line 7 def count @count end |
#file_type ⇒ TD::Types::FileType
File type.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_by_file_type.rb', line 7 def file_type @file_type end |
#size ⇒ Integer
Total size of the files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_by_file_type.rb', line 7 def size @size end |