MadelineProtoDocs/docs/TD_docs/constructors/updateFileProgress.md

26 lines
792 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateFileProgress
description: DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: updateFileProgress
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
DEPRECATED. Use updateFile instead. File is partly downloaded/uploaded
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|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)