Chat iOS v4
Chat iOS
Chat
iOS
Version 4
Home
/
Chat
/
iOS
/
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(completionHandler:)
before calling the getUnreadMemberCount(_:)
method.