1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/updateFileProgress.md
2017-08-25 15:05:53 +02:00

719 B

title description
updateFileProgress DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded

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