td_json_client_send method
Sends request to the TDLib client. May be called from any thread.
\paramin
client The client.
\paramin
request JSON-serialized null-terminated request to TDLib.
Implementation
void td_json_client_send(
ffi.Pointer<ffi.Void> client,
ffi.Pointer<pkg_ffi.Utf8> request,
) {
return _td_json_client_send(
client,
request,
);
}