tdlib/tdlib_library/io library

Classes

TdlibNative
Cheatset

Typedefs

TdCharNative = Pointer<Char>
Functions int td_create_client_id () void td_send (int client_id, const char *request) const char * td_receive (double timeout) 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_create () void td_json_client_send (void *client, const char *request) const char * td_json_client_receive (void *client, double timeout) const char * td_json_client_execute (void *client, const char *request) void td_json_client_destroy (void *client)
TdCreateClientIdDart = int Function()
TdCreateClientIdNative = Int Function()
TdExecuteNative = TdCharNative Function(TdCharNative parameters)
TdReceiveDart = TdCharNative Function(double timout)
TdReceiveNative = TdCharNative Function(Double timout)
TdSendDart = void Function(int client, TdCharNative request)
TdSendNative = Void Function(Int client, TdCharNative request)