get Group Follows
public abstract void getGroupFollows(String groupId, IRongCoreCallback.ResultCallback<List<FollowInfo>> callback)
Query the list of specially followed users in a group
Parameters
group Id
The ID of the group. Only regular groups are supported.
callback
The result is returned through this callback after the operation is completed.