tdReceive method

  1. @override
String? tdReceive([
  1. double timeout = 8
])
override

Receives incoming updates and request responses from the TDLib with timeout.

Implementation

@override
String? tdReceive([double timeout = 8]) {
  throw UnimplementedError();
}