tdCreate method

  1. @override
int tdCreate()
override

Returns client id for the created instance of TDLib. The TDLib instance will not send updates until the first request is sent to it. 0 mean No client instance.

Implementation

@override
int tdCreate() {
  throw UnimplementedError();
}