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::updateFileAddedToDownloads Class Referencefinal

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

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

Public Member Functions

 updateFileAddedToDownloads ()
 
 updateFileAddedToDownloads (object_ptr< fileDownload > &&file_download_, 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

object_ptr< fileDownloadfile_download_
 The added file download.
 
object_ptr< downloadedFileCountscounts_
 New number of being downloaded and recently downloaded files found.
 

Static Public Attributes

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

Detailed Description

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

Definition at line 79396 of file td_api.h.

Constructor & Destructor Documentation

◆ updateFileAddedToDownloads() [1/2]

td::td_api::updateFileAddedToDownloads::updateFileAddedToDownloads ( )

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

◆ updateFileAddedToDownloads() [2/2]

td::td_api::updateFileAddedToDownloads::updateFileAddedToDownloads ( object_ptr< fileDownload > &&  file_download_,
object_ptr< downloadedFileCounts > &&  counts_ 
)

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

Parameters
[in]file_download_The added file download.
[in]counts_New number of being downloaded and recently downloaded files found.

Member Function Documentation

◆ store()

void td::td_api::updateFileAddedToDownloads::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::updateFileAddedToDownloads::counts_

New number of being downloaded and recently downloaded files found.

Definition at line 79409 of file td_api.h.

◆ file_download_

object_ptr<fileDownload> td::td_api::updateFileAddedToDownloads::file_download_

The added file download.

Definition at line 79407 of file td_api.h.

◆ ID

const std::int32_t td::td_api::updateFileAddedToDownloads::ID = 1609929242
static

Identifier uniquely determining a type of the object.

Definition at line 79425 of file td_api.h.


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