td
td copied to clipboard
Can libtdjson download some files at the time?
I checked https://core.telegram.org/tdlib/options for the download settings, but I could not find the related options.
AI search told me try setOption below, but tdlib return "Option can't be set"
{ "@type": "setOption", "name": "download_max_concurrent_count", "value": { "@type": "optionValueInteger", "value": 10, }
So, can anybody tell me, if the tdlib has the ability to download several files at the same time? ( use just one client)
See https://github.com/tdlib/td/issues/786#issuecomment-552553004.