rozod
    Preparing search index...

    Variable postGroupsGroupidSocialLinksConst Api Param

    postGroupsGroupidSocialLinks: EndpointGeneric<
        { groupId: number },
        {
            id: number;
            title: string;
            type:
                | "Facebook"
                | "Twitter"
                | "YouTube"
                | "Twitch"
                | "GooglePlus"
                | "Discord"
                | "RobloxGroup"
                | "Amazon"
                | "Guilded";
            url: string;
        },
        { title: string; type: 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6
        | 7
        | 8; url: string },
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/social-links Posts a social links body The Roblox.Groups.Api.SocialLinkRequest groupId The id of the group