View Source ExTDLib.Object.UpdateFileGenerationStart (ExTDLib v0.0.4)
The file generation process needs to be started by the application.
| Name | Type | Description |
|---|---|---|
| generation_id | string | Unique identifier for the generation process. |
| original_path | string | The path to a file from which a new file is generated; may be empty. |
| destination_path | string | The path to a file that must be created and where the new file is generated. |
| conversion | string | String specifying the conversion applied to the original file. If conversion is "#url#" than original_path contains an HTTP/HTTPS URL of a file, which must be downloaded by the application. |
More details on telegram's documentation.