remove Group Follows
public abstract void removeGroupFollows(String groupId, List<String> userIds, IRongCoreCallback.OperationCallback callback)
Remove users from the group's special attention list
Parameters
group Id
The group ID. Only regular groups are supported.
user Ids
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.