945 B
945 B
title | description | image |
---|---|---|
downloadFile | Asynchronously downloads file from cloud. Updates updateFile will notify about download progress and successful download | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: downloadFile
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Asynchronously downloads file from cloud. Updates updateFile will notify about download progress and successful download
Parameters:
Name | Type | Description | Required |
---|---|---|---|
file_id | int | Identifier of file to download | Yes |
priority | int | Priority of download, 1-32. The higher priority, the earlier file will be downloaded. If priorities of two files are equal then the last one for which downloadFile is called will be downloaded first | Yes |