td icon indicating copy to clipboard operation
td copied to clipboard

Can libtdjson download some files at the time?

Open xucoanthony opened this issue 6 months ago • 1 comments

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)

xucoanthony avatar Jul 16 '25 03:07 xucoanthony

See https://github.com/tdlib/td/issues/786#issuecomment-552553004.

levlam avatar Jul 16 '25 13:07 levlam