rozod
    Preparing search index...

    Variable getGroupsMetadataConst Api

    getGroupsMetadata: EndpointGeneric<
        { [key: string]: any },
        {
            areGroupBansEnabled: boolean;
            areProfileGroupsHidden: boolean;
            canEnableGroupNotifications: boolean;
            currentGroupCount: number;
            groupLimit: number;
            groupPostMaxLength: number;
            groupStatusMaxLength: number;
            groupWallNotificationsSubscribeIntervalInMilliseconds: number;
            isGroupDetailsPolicyEnabled: boolean;
            isGroupWallNotificationsEnabled: boolean;
            showPreviousGroupNames: boolean;
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/metadata Gets Groups contextual information: Max number of groups a user can be part of. Current number of groups a user is a member of. Whether to show/hide certain features based on device type.