Class: TD::Types::DownloadedFileCounts
- Defined in:
- lib/tdlib/types/downloaded_file_counts.rb
Overview
Contains number of being downloaded and recently downloaded files found.
Instance Attribute Summary collapse
-
#active_count ⇒ Integer
Number of active file downloads found, including paused.
-
#completed_count ⇒ Integer
Number of completed file downloads found.
-
#paused_count ⇒ Integer
Number of paused file downloads found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#active_count ⇒ Integer
Number of active file downloads found, including paused.
7 8 9 |
# File 'lib/tdlib/types/downloaded_file_counts.rb', line 7 def active_count @active_count end |
#completed_count ⇒ Integer
Number of completed file downloads found.
7 8 9 |
# File 'lib/tdlib/types/downloaded_file_counts.rb', line 7 def completed_count @completed_count end |
#paused_count ⇒ Integer
Number of paused file downloads found.
7 8 9 |
# File 'lib/tdlib/types/downloaded_file_counts.rb', line 7 def paused_count @paused_count end |