#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| string | original_path_ |
| | Local path to a file from which the file is generated. The path doesn't have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file.
|
| |
| string | conversion_ |
| | String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
|
| |
| int53 | expected_size_ |
| | Expected size of the generated file, in bytes; pass 0 if unknown.
|
| |
|
| static const std::int32_t | ID = -1333385216 |
| | Identifier uniquely determining a type of the object.
|
| |
A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.
Definition at line 27884 of file td_api.h.
◆ inputFileGenerated() [1/2]
| td::td_api::inputFileGenerated::inputFileGenerated |
( |
| ) |
|
◆ inputFileGenerated() [2/2]
| td::td_api::inputFileGenerated::inputFileGenerated |
( |
string const & |
original_path_, |
|
|
string const & |
conversion_, |
|
|
int53 |
expected_size_ |
|
) |
| |
A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.
- Parameters
-
| [in] | original_path_ | Local path to a file from which the file is generated. The path doesn't have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file. |
| [in] | conversion_ | String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage. |
| [in] | expected_size_ | Expected size of the generated file, in bytes; pass 0 if unknown. |
◆ store()
| void td::td_api::inputFileGenerated::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.
◆ conversion_
| string td::td_api::inputFileGenerated::conversion_ |
String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
Definition at line 27897 of file td_api.h.
◆ expected_size_
| int53 td::td_api::inputFileGenerated::expected_size_ |
Expected size of the generated file, in bytes; pass 0 if unknown.
Definition at line 27899 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputFileGenerated::ID = -1333385216 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 27916 of file td_api.h.
◆ original_path_
| string td::td_api::inputFileGenerated::original_path_ |
Local path to a file from which the file is generated. The path doesn't have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file.
Definition at line 27895 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