Class: TD::Types::Update::FileRemovedFromDownloads
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::FileRemovedFromDownloads
- Defined in:
- lib/tdlib/types/update/file_removed_from_downloads.rb
Overview
A file was removed from 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_id ⇒ Integer
File identifier.
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_removed_from_downloads.rb', line 7 def counts @counts end |
#file_id ⇒ Integer
File identifier.
7 8 9 |
# File 'lib/tdlib/types/update/file_removed_from_downloads.rb', line 7 def file_id @file_id end |