TDLib v0.0.2 TDLib.Object.UpdateFileGenerationStart View Source
The file generation process needs to be started by the client.
| 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 should be created and where the new file should be generated. |
| conversion | string | String specifying the conversion applied to the original file. |
More details on telegram’s documentation.