View Source ExTDLib.Method.WriteGeneratedFilePart (ExTDLib v0.0.4)

Writes a part of a generated file. This method is intended to be used only if the application has no direct access to TDLib's file system, because it is usually slower than a direct write to the destination file. Returns object_ptr<Ok>.

NameTypeDescription
generation_idstringThe identifier of the generation process.
offsetstringThe offset from which to write the data to the file.
databytesThe data to write.

More details on telegram's documentation.