queryGroupMessageReceiptReadMemberList abstract method

Future<ZIMGroupMessageReceiptMemberListQueriedResult> queryGroupMessageReceiptReadMemberList(
  1. ZIMMessage message,
  2. String groupID,
  3. ZIMGroupMessageReceiptMemberQueryConfig config
)

Available since: 2.5.0 and above.

Description: This method can query the specific read member list of a message sent by a group.

Use cases: Developers can use this method to query the specific read member list of a message they send.

When to call: Callable after login.

Restrictions: only supports querying the messages sent by the local end, and the receipt status of the messages is not NONE and UNKNOWN. If the user is not in the group, or has been kicked out of the group, the corresponding member list cannot be found.

Related callbacks: ZIMGroupMessageReceiptMemberListQueriedResult.

Related APIs: If you need to query the receipt status of a certain message or only need to query the read/unread count, you can query through the interface queryMessageReceiptsInfo.

Implementation

Future<ZIMGroupMessageReceiptMemberListQueriedResult> queryGroupMessageReceiptReadMemberList (
    ZIMMessage message, String groupID, ZIMGroupMessageReceiptMemberQueryConfig config);