Class: TD::Types::Update::FileDownloads
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::FileDownloads
- Defined in:
- lib/tdlib/types/update/file_downloads.rb
Overview
The state of the file download list has changed.
Instance Attribute Summary collapse
-
#downloaded_size ⇒ Integer
Total downloaded size of files in the file download list, in bytes.
-
#total_count ⇒ Integer
Total number of files in the file download list.
-
#total_size ⇒ Integer
Total size of files in the file download list, in bytes.
Method Summary
Methods inherited from Base
Instance Attribute Details
#downloaded_size ⇒ Integer
Total downloaded size of files in the file download list, in bytes.
7 8 9 |
# File 'lib/tdlib/types/update/file_downloads.rb', line 7 def downloaded_size @downloaded_size end |
#total_count ⇒ Integer
Total number of files in the file download list.
7 8 9 |
# File 'lib/tdlib/types/update/file_downloads.rb', line 7 def total_count @total_count end |
#total_size ⇒ Integer
Total size of files in the file download list, in bytes.
7 8 9 |
# File 'lib/tdlib/types/update/file_downloads.rb', line 7 def total_size @total_size end |