Class: TD::Types::Update::FileRemovedFromDownloads

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#countsTD::Types::DownloadedFileCounts

New number of being downloaded and recently downloaded files found.

Returns:



7
8
9
# File 'lib/tdlib/types/update/file_removed_from_downloads.rb', line 7

def counts
  @counts
end

#file_idInteger

File identifier.

Returns:

  • (Integer)

    the current value of file_id



7
8
9
# File 'lib/tdlib/types/update/file_removed_from_downloads.rb', line 7

def file_id
  @file_id
end