51 #include "td/telegram/tdjson_export.h" 69 TDJSON_EXPORT
void td_send(
int client_id,
const char *request);
77 TDJSON_EXPORT
const char *
td_receive(
double timeout);
86 TDJSON_EXPORT
const char *
td_execute(
const char *request);
const char * td_execute(const char *request)
void td_json_client_destroy(void *client)
void(* td_log_message_callback_ptr)(int verbosity_level, const char *message)
Definition: td_json_client.h:96
const char * td_receive(double timeout)
void td_send(int client_id, const char *request)
const char * td_json_client_execute(void *client, const char *request)
void td_set_log_message_callback(int max_verbosity_level, td_log_message_callback_ptr callback)
void td_json_client_send(void *client, const char *request)
void * td_json_client_create()
const char * td_json_client_receive(void *client, double timeout)
int td_create_client_id()