removeGroupFollows

public abstract void removeGroupFollows(String groupId, List<String> userIds, IRongCoreCallback.OperationCallback callback)

Remove users from the group's special attention list

Parameters

groupId

The group ID. Only regular groups are supported.

userIds

An array of user IDs to be removed from the special attention list. A maximum of 100 users can be unsubscribed at a time.

callback

The result of the operation is returned through this callback upon completion.