Class: TD::Types::StorageStatistics
- Defined in:
- lib/tdlib/types/storage_statistics.rb
Overview
Contains the exact storage usage statistics split by chats and file type.
Instance Attribute Summary collapse
-
#by_chat ⇒ Array<TD::Types::StorageStatisticsByChat>
Statistics split by chats.
-
#count ⇒ Integer
Total number of files.
-
#size ⇒ Integer
Total size of files.
Method Summary
Methods inherited from Base
Instance Attribute Details
#by_chat ⇒ Array<TD::Types::StorageStatisticsByChat>
Statistics split by chats.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics.rb', line 7 def by_chat @by_chat end |
#count ⇒ Integer
Total number of files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics.rb', line 7 def count @count end |
#size ⇒ Integer
Total size of files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics.rb', line 7 def size @size end |