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

792 B

title description image
updateFileProgress DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateFileProgress

Back to constructors index

DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded

Attributes:

Name Type Required Description
file_id int Yes File identifier
size int Yes Total file size (0 means unknown)
ready int Yes Number of bytes already downloaded/uploaded. Negative number means that download/upload has failed and was terminated

Type: Update