View Source ExTDLib.Object.UpdateFileDownload (ExTDLib v0.0.4)
A file download was changed. This update is sent only after file download list is loaded for the first time.
| Name | Type | Description |
|---|---|---|
| file_id | number | File identifier. |
| complete_date | number | Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed. |
| is_paused | bool | True, if downloading of the file is paused. |
| counts | downloadedFileCounts | New number of being downloaded and recently downloaded files found. |
More details on telegram's documentation.