sendACK method

void sendACK(
  1. String tid
)

返回已读回执

Implementation

void sendACK(String tid) {
  _send(json.encode({"action": "set", "module": "readMessage", "to": tid}));
}