View Source ExTDLib.Object.FileDownload (ExTDLib v0.0.4)
Describes a file added to file download list.
| Name | Type | Description |
|---|---|---|
| file_id | number | File identifier. |
| message | message | The message with the file. |
| add_date | number | Point in time (Unix timestamp) when the file was added to the download list. |
| 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. |
More details on telegram's documentation.