MadelineProto/docs/TD_docs/constructors/updateFileProgress.md

25 lines
719 B
Markdown
Raw Normal View History

---
title: updateFileProgress
2017-08-25 15:05:53 +02:00
description: DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded
---
## Constructor: updateFileProgress
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|file\_id|[int](../types/int.md) | Yes|File identifier|
|size|[int](../types/int.md) | Yes|Total file size (0 means unknown)|
|ready|[int](../types/int.md) | Yes|Number of bytes already downloaded/uploaded. Negative number means that download/upload has failed and was terminated|
### Type: [Update](../types/Update.md)