51#include "td/telegram/tdjson_export.h"
69TDJSON_EXPORT
void td_send(
int client_id,
const char *request);
86TDJSON_EXPORT
const char *
td_execute(
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)
const char * td_execute(const char *request)
const char * td_json_client_execute(void *client, const char *request)
const char * td_receive(double timeout)
void td_json_client_destroy(void *client)
int td_create_client_id()
void(* td_log_message_callback_ptr)(int verbosity_level, const char *message)
Definition td_json_client.h:96
const char * td_json_client_receive(void *client, double timeout)
void * td_json_client_create()
void td_send(int client_id, const char *request)