tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

How can I know download is completed when I use 'Synchronous=false' #2487

Closed daijia0201 closed 1 year ago

daijia0201 commented 1 year ago

I send a request ‘DownloadFile’ and set ‘Synchronous = true’,and it response a File immediately。but I don`t know when the file is completed。How do I know it

vincentneo commented 1 year ago

You can handle the updateFile update for that.