noteReceive method

void noteReceive(
  1. int seq
)

Send a 'recv' receipt. Wrapper for Tinode.noteRecv

Implementation

void noteReceive(int seq) {
  _note('recv', seq);
}