unreadMessageCount property

Map<String, int> unreadMessageCount
final

A map containing the count of unread messages for each user in the chat.

Implementation

final Map<String, int> unreadMessageCount;