WriteGeneratedFilePart constructor

WriteGeneratedFilePart(
  1. {required int64 generation_id,
  2. required int offset,
  3. required bytes data,
  4. int? extra,
  5. int? clientId}
)

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 Ok

Implementation

WriteGeneratedFilePart