Skip to content

cancelDownloadFile

Sahri Riza Umami edited this page Mar 15, 2017 · 3 revisions

Stops file downloading.

cancelDownloadFile(file_id)

If file already downloaded do nothing.

Option Description
file_id Identifier of file to cancel download.

Example

  • Stop downloading file with id 212.

    cancelDownloadFile(212)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally