Class: TD::Types::Update::FileAddedToDownloads
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::FileAddedToDownloads
- Defined in:
- lib/tdlib/types/update/file_added_to_downloads.rb
Overview
A file was added to the file download list. This update is sent only after file download list is loaded for the first time.
Instance Attribute Summary collapse
-
#counts ⇒ TD::Types::DownloadedFileCounts
New number of being downloaded and recently downloaded files found.
-
#file_download ⇒ TD::Types::FileDownload
The added file download.
Method Summary
Methods inherited from Base
Instance Attribute Details
#counts ⇒ TD::Types::DownloadedFileCounts
New number of being downloaded and recently downloaded files found.
7 8 9 |
# File 'lib/tdlib/types/update/file_added_to_downloads.rb', line 7 def counts @counts end |
#file_download ⇒ TD::Types::FileDownload
The added file download.
7 8 9 |
# File 'lib/tdlib/types/update/file_added_to_downloads.rb', line 7 def file_download @file_download end |