rozod
    Preparing search index...

    Variable postGroupsGroupidWallPostsConst Api Param

    postGroupsGroupidWallPosts: EndpointGeneric<
        { groupId: number },
        {
            body: string;
            created: string;
            id: number;
            poster: {
                buildersClubMembershipType: 0 | 1 | 2 | 3 | 4;
                displayName: string;
                hasVerifiedBadge: boolean;
                userId: number;
                username: string;
            };
            updated: string;
        },
        {
            body: string;
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
        },
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/wall/posts Creates a post on a group wall body The Roblox.Groups.Api.CreateWallPostRequest. groupId The group id.