rozod
    Preparing search index...

    Variable postUserFollowingExistsConst Api Param

    postUserFollowingExists: EndpointGeneric<
        {},
        {
            followings: {
                isFollowed: boolean;
                isFollowing: boolean;
                userId: number;
            }[];
        },
        { targetUserIds: number[] },
    > = ...

    POST https://friends.roblox.com/v1/user/following-exists Returns whether or not the current user is following each userId in a list of userIds body The userIds potentially being followed