#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1460060142 |
| | Identifier uniquely determining a type of the object.
|
| |
Removes a file from the file download list.
Returns object_ptr<Ok>.
Definition at line 119863 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 119899 of file td_api.h.
◆ removeFileFromDownloads() [1/2]
| td::td_api::removeFileFromDownloads::removeFileFromDownloads |
( |
| ) |
|
Default constructor for a function, which removes a file from the file download list.
Returns object_ptr<Ok>.
◆ removeFileFromDownloads() [2/2]
| td::td_api::removeFileFromDownloads::removeFileFromDownloads |
( |
int32 |
file_id_, |
|
|
bool |
delete_from_cache_ |
|
) |
| |
Creates a function, which removes a file from the file download list.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | file_id_ | Identifier of the downloaded file. |
| [in] | delete_from_cache_ | Pass true to delete the file from the TDLib file cache. |
◆ store()
| void td::td_api::removeFileFromDownloads::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ delete_from_cache_
| bool td::td_api::removeFileFromDownloads::delete_from_cache_ |
Pass true to delete the file from the TDLib file cache.
Definition at line 119876 of file td_api.h.
◆ file_id_
| int32 td::td_api::removeFileFromDownloads::file_id_ |
Identifier of the downloaded file.
Definition at line 119874 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::removeFileFromDownloads::ID = 1460060142 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 119896 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h