Class: TD::Types::StorageStatisticsByChat
- Defined in:
- lib/tdlib/types/storage_statistics_by_chat.rb
Overview
Contains the storage usage statistics for a specific chat.
Instance Attribute Summary collapse
-
#by_file_type ⇒ Array<TD::Types::StorageStatisticsByFileType>
Statistics split by file types.
-
#chat_id ⇒ Integer
Chat identifier; 0 if none.
-
#count ⇒ Integer
Total number of files in the chat.
-
#size ⇒ Integer
Total size of the files in the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#by_file_type ⇒ Array<TD::Types::StorageStatisticsByFileType>
Statistics split by file types.
8 9 10 |
# File 'lib/tdlib/types/storage_statistics_by_chat.rb', line 8 def by_file_type @by_file_type end |
#chat_id ⇒ Integer
Chat identifier; 0 if none.
8 9 10 |
# File 'lib/tdlib/types/storage_statistics_by_chat.rb', line 8 def chat_id @chat_id end |
#count ⇒ Integer
Total number of files in the chat.
8 9 10 |
# File 'lib/tdlib/types/storage_statistics_by_chat.rb', line 8 def count @count end |
#size ⇒ Integer
Total size of the files in the chat.
8 9 10 |
# File 'lib/tdlib/types/storage_statistics_by_chat.rb', line 8 def size @size end |