check Friends
public final Unit checkFriends(List<String> userIds, OperationHandler<List<FriendRelation>> handler)
Checks friend relationships with specified users.
Queries the friend relationship type between the current user and the specified users.
Parameters
user Ids
List of user IDs to check
handler
Callback returning the list of friend relationships on success