td_create_client_id method
Returns an opaque identifier of a new TDLib instance. The TDLib instance will not send updates until the first request is sent to it.
Implementation
@override
int td_create_client_id() {
return td_pointer_native_function();
}