mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
647 B
647 B
title | description |
---|---|
updateFileProgress | File is partly downloaded/uploaded |
Constructor: updateFileProgress
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 |