MadelineProto/docs/TD_docs/methods/setFileGenerationProgress.md

761 B

title description
setFileGenerationProgress Next part of a file was generated

Method: setFileGenerationProgress

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Next part of a file was generated

Parameters:

Name Type Required Description
generation_id CLICK ME int64 Yes Identifier of the generation process
size CLICK ME int Yes Full size of file in bytes, 0 if unknown.
local_size CLICK ME int Yes Number of bytes already generated. Negative number means that generation has failed and should be terminated

Return type: Ok