rozod
    Preparing search index...

    Variable getUsersUseridFriendsOnlineConst Api Param

    getUsersUseridFriendsOnline: EndpointGeneric<
        { userId: number; userSort?: 0
        | 2
        | 1 },
        {
            data: {
                displayName: string;
                id: number;
                name: string;
                userPresence: {
                    gameInstanceId: string;
                    joinability: 0 | 1 | 2 | 3 | 4;
                    lastLocation: string;
                    lastOnline: string;
                    placeId: number;
                    rootPlaceId: number;
                    universeId: number;
                    UserLocationType: string;
                    UserPresenceType: string;
                };
            }[];
        },
        undefined,
    > = ...

    GET https://friends.roblox.com/v1/users/:userId/friends/online Get list of all online friends for the specified user. userId The user Id to get the friends for. userSort The sort order to return the friends.