getClientById method

TdlibClient? getClientById(
  1. int clientId
)

Implementation

TdlibClient? getClientById(int clientId) {
  return clients[clientId];
}