readObject method

TlObject readObject()

Read TlObject.

Implementation

TlObject readObject() {
  final obj = _readObject(this);
  return obj;
}