Chat JavaScript v4
Chat JavaScript
Chat
JavaScript
Version 4
Home
/
Chat
/
JavaScript
/
Message
Retrieve number of members who haven't read a message
Copy link
By using the getUnreadMemberCount()
method, you can get the number of members who haven't read a specific message in a group channel. To get the most up-to-date value, the channel should be updated first through markAsRead()
before calling the getUnreadMemberCount()
method.