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

clean cache #2526

Closed ITKimSK closed 1 year ago

ITKimSK commented 1 year ago

how can i clear cache c using tdlib?

levlam commented 1 year ago

What cache do you want to clear and for what?

ITKimSK commented 1 year ago

I want to clear the cache on my phone

levlam commented 1 year ago

optimizeStorage is likely the method you are searching for.

ITKimSK commented 1 year ago

Thank you