lastReadItem property
getter/setter pair
ID of the last ChatItem read by the authenticated MyUser in this Chat.
If Chat hasn't been read yet, or has no visible ChatItems for the
authenticated MyUser, then it's null
.
Implementation
ChatItemId? lastReadItem;