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>.
| Name | Type | Description |
|---|---|---|
| generation_id | string | The identifier of the generation process. |
| offset | string | The offset from which to write the data to the file. |
| data | bytes | The data to write. |
More details on telegram's documentation.