Improve td_json_client.h documentation.
This commit is contained in:
parent
df5806317b
commit
25c2692cf1
@ -94,8 +94,11 @@ TDJSON_EXPORT const char *td_json_client_execute(void *client, const char *reque
|
|||||||
*/
|
*/
|
||||||
TDJSON_EXPORT void td_json_client_destroy(void *client);
|
TDJSON_EXPORT void td_json_client_destroy(void *client);
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* New TDLib JSON interface.
|
* \file
|
||||||
|
* Alternatively, you can use new TDLib JSON interface, which will replace the current JSON interface in TDLib 2.0.0.
|
||||||
|
*
|
||||||
|
* Objects and functions serialization to JSON is the same for both JSON interfaces.
|
||||||
*
|
*
|
||||||
* The main TDLib interface is asynchronous. To match requests with a corresponding response, the field "@extra" can
|
* The main TDLib interface is asynchronous. To match requests with a corresponding response, the field "@extra" can
|
||||||
* be added to the request object. The corresponding response will have an "@extra" field with exactly the same value.
|
* be added to the request object. The corresponding response will have an "@extra" field with exactly the same value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user