getUnreadMembers

fun getUnreadMembers(message: BaseMessage, includeAllMembers: Boolean): List<Member>

Gets the member list who haven't read the given message.

Return

List of members who haven't read the message.

Since

3.0.75

Parameters

message

Message.

includeAllMembers

If set false, this list excludes the current logged-in User and the sender of the message.