View Source ExTDLib.Object.FileDownload (ExTDLib v0.0.4)

Describes a file added to file download list.

NameTypeDescription
file_idnumberFile identifier.
messagemessageThe message with the file.
add_datenumberPoint in time (Unix timestamp) when the file was added to the download list.
complete_datenumberPoint in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.
is_pausedboolTrue, if downloading of the file is paused.

More details on telegram's documentation.