rozod
    Preparing search index...

    Variable getGroupsGroupidRelationshipsGrouprelationshiptypeConst Api Param

    getGroupsGroupidRelationshipsGrouprelationshiptype: EndpointGeneric<
        {
            groupId: number;
            groupRelationshipType: string;
            MaxRows: number;
            StartRowIndex: number;
        },
        {
            groupId: number;
            nextRowIndex: number;
            relatedGroups: {
                description: string;
                hasVerifiedBadge: boolean;
                id: number;
                isBuildersClubOnly: boolean;
                isLocked: boolean;
                memberCount: number;
                name: string;
                owner: {
                    buildersClubMembershipType: 0
                    | 1
                    | 2
                    | 3
                    | 4;
                    displayName: string;
                    hasVerifiedBadge: boolean;
                    userId: number;
                    username: string;
                };
                publicEntryAllowed: boolean;
                shout: {
                    body: string;
                    created: string;
                    poster: {
                        buildersClubMembershipType: 0
                        | 1
                        | 2
                        | 3
                        | 4;
                        displayName: string;
                        hasVerifiedBadge: boolean;
                        userId: number;
                        username: string;
                    };
                    updated: string;
                };
            }[];
            relationshipType: 1
            | 2;
            totalGroupCount: number;
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType Gets a group's relationships groupId The group Id. groupRelationshipType The group relationship type, enemies or allies. StartRowIndex The start index of the page request MaxRows The maximum number of rows for the page request, should be at least 1.