getReadMembers

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

Gets the member list who have read the given message.

Return

List of members who have 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.