docs(tgbot): add a note on tgbot_free

This commit is contained in:
2026-03-19 02:10:26 +01:00
parent 85f642edf3
commit c650d3f81c
+2
View File
@@ -15,6 +15,8 @@ tgbot_s *tgbot_new(const char *token);
/**
* @brief Cleans the memory.
* Note: If you're using curl it will call curl_global_cleanup().
* Maybe I'll change the API.
*
* @param[out] bot The Bot object.
*/