onUserMarkedUnread

open fun onUserMarkedUnread(channel: GroupChannel, userIds: List<String>)

A callback for when a user has marked as unread on GroupChannel.

To use the updated read receipt, refer to

GroupChannel.getReadStatus,

GroupChannel.getReadMembers,

GroupChannel.getUnreadMembers.

Since

4.27.2

Parameters

channel

The GroupChannel where the read receipt is updated.

userIds

The user IDs of users who called GroupChannel.markAsUnread.