Tell the server how far we have read, in milliseconds since the Unix epoch.
void markRead(String target, int atMs) { _alive(); command({'type': 'mark_read', 'target': target, 'at_ms': atMs}); }