tdJsonClientSend abstract method

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

Sends event to the TDLib client by clientId identifier. May be called from any thread.

Implementation

void tdJsonClientSend(int clientId, String event);