tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateFileRemovedFromDownloads Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateFileRemovedFromDownloads:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateFileRemovedFromDownloads ()
 
 updateFileRemovedFromDownloads (int32 file_id_, object_ptr< downloadedFileCounts > &&counts_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int32 file_id_
 File identifier.
 
object_ptr< downloadedFileCountscounts_
 New number of being downloaded and recently downloaded files found.
 

Static Public Attributes

static const std::int32_t ID = 1853625576
 Identifier uniquely determining a type of the object.
 

Detailed Description

A file was removed from the file download list. This update is sent only after file download list is loaded for the first time.

Definition at line 79486 of file td_api.h.

Constructor & Destructor Documentation

◆ updateFileRemovedFromDownloads() [1/2]

td::td_api::updateFileRemovedFromDownloads::updateFileRemovedFromDownloads ( )

A file was removed from the file download list. This update is sent only after file download list is loaded for the first time.

◆ updateFileRemovedFromDownloads() [2/2]

td::td_api::updateFileRemovedFromDownloads::updateFileRemovedFromDownloads ( int32  file_id_,
object_ptr< downloadedFileCounts > &&  counts_ 
)

A file was removed from the file download list. This update is sent only after file download list is loaded for the first time.

Parameters
[in]file_id_File identifier.
[in]counts_New number of being downloaded and recently downloaded files found.

Member Function Documentation

◆ store()

void td::td_api::updateFileRemovedFromDownloads::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ counts_

object_ptr<downloadedFileCounts> td::td_api::updateFileRemovedFromDownloads::counts_

New number of being downloaded and recently downloaded files found.

Definition at line 79499 of file td_api.h.

◆ file_id_

int32 td::td_api::updateFileRemovedFromDownloads::file_id_

File identifier.

Definition at line 79497 of file td_api.h.

◆ ID

const std::int32_t td::td_api::updateFileRemovedFromDownloads::ID = 1853625576
static

Identifier uniquely determining a type of the object.

Definition at line 79515 of file td_api.h.


The documentation for this class was generated from the following file: