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

tdjson downloadfile #2550

Closed JnZn558 closed 1 year ago

JnZn558 commented 1 year ago

hello,

I read about download a fotos using downloadfile function. I am currently using tdjson, is also possible to download a foto in message with tdjson? When yes, how can I do that?

levlam commented 1 year ago

You need only file identifier to download a file with downloadFile, so it doesn't matter, from which place you want to download the file.

franklinaampadu commented 1 year ago

Ok