rozod
    Preparing search index...

    Variable postGroupsGroupidWallPostsConst Api Param

    postGroupsGroupidWallPosts: EndpointGeneric<
        { groupId: number },
        {
            body: string;
            created: string;
            id: number;
            poster: {
                role: {
                    description: string;
                    id: number;
                    memberCount: number;
                    name: string;
                    rank: number;
                };
                user: {
                    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/v2/groups/:groupId/wall/posts Creates a post on a group wall body The Roblox.Groups.Api.CreateWallPostRequest. groupId The group id.