View Source ExTDLib.Method.ToggleDownloadIsPaused (ExTDLib v0.0.4)
Changes pause state of a file in the file download list. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| file_id | number | Identifier of the downloaded file. |
| is_paused | bool | Pass true if the download is paused. |
More details on telegram's documentation.