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

How to destroy an object created by td_create_client_id #2916

Closed zero-rp closed 1 week ago

zero-rp commented 4 months ago

The td_json_cliend_destroy interface cannot be used

levlam commented 4 months ago

You need to close the corresponding TDLib instance by calling close method and waiting until it is closed.