tdlight-team / tdlight-telegram-bot-api

The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
https://t.me/TDLight
Boost Software License 1.0
120 stars 26 forks source link

Clean Bot API memory #40

Closed cavallium closed 3 years ago

cavallium commented 3 years ago

Currently optimize_memory only cleans tdlib memory.

If a bot calls optimize_memory, maps and vectors of bot api should be cleaned. (before or after sending optimize_memory to tdlib? idk.)