View Source ExTDLib.Object.InputFileGenerated (ExTDLib v0.0.4)

A file generated by the application.

NameTypeDescription
original_pathstringLocal path to a file from which the file is generated; may be empty if there is no such file.
conversionstringString specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
expected_sizestringExpected size of the generated file, in bytes; 0 if unknown.

More details on telegram's documentation.