View Source ExTDLib.Object.InputFileGenerated (ExTDLib v0.0.4)
A file generated by the application.
| Name | Type | Description |
|---|---|---|
| original_path | string | Local path to a file from which the file is generated; may be empty if there is no such file. |
| conversion | string | String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage. |
| expected_size | string | Expected size of the generated file, in bytes; 0 if unknown. |
More details on telegram's documentation.