Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Retrieve number of members who haven't read a message
Copy link
Using the getUnreadMembers()
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 first be updated through markAsRead()
before calling getUnreadMembers()
.