rozod
    Preparing search index...

    Variable getGroupsGroupidWallPostsConst Api Param

    getGroupsGroupidWallPosts: EndpointGeneric<
        {
            cursor?: string;
            groupId: number;
            limit?: 10
            | 25
            | 50
            | 100;
            sortOrder?: "Asc" | "Desc";
        },
        {
            data: {
                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;
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v2/groups/:groupId/wall/posts Gets a list of group wall posts. groupId The group id. limit The number of results per request. cursor The paging cursor for the previous or next page. sortOrder Sorted by group wall post Id