Inherits InputFile.
A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.
|
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.
|
|
◆ inputFileGenerated() [1/2]
◆ inputFileGenerated() [2/2]
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 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 TlObject.
The documentation for this class was generated from the following file: