MadelineProtoDocs/docs/TD_docs/constructors/updateFileGenerationProgress.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

735 B

title description image
updateFileGenerationProgress Informs that a file is being generated https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateFileGenerationProgress

Back to constructors index

Informs that a file is being generated

Attributes:

Name Type Required Description
file_id int Yes File identifier
size int Yes Expected size of the generated file
ready int Yes Number of bytes already generated. Negative number means that generation has failed and was terminated

Type: Update