tdSend abstract method

void tdSend(
  1. int clientId,
  2. String event
)

Sends request to the TDLib client. May be called from any thread. clientId is TDLib client identifier. event is JSON-serialized null-terminated request to TDLib.

Implementation

void tdSend(int clientId, String event);