firstUnread property

Rx<ChatItem>? get firstUnread

Returns the first ChatItem unread by the currently authenticated MyUser in this chat.

Implementation

Rx<ChatItem>? get firstUnread;