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