rozod
    Preparing search index...

    Variable getGroupsIconsConst Api Param

    getGroupsIcons: EndpointGeneric<
        {
            format?: "Png"
            | "Webp";
            groupIds: number[];
            isCircular?: boolean;
            size?: "150x150" | "420x420";
        },
        {
            data: {
                imageUrl: string;
                state: | "Error"
                | "Completed"
                | "InReview"
                | "Pending"
                | "Blocked"
                | "TemporarilyUnavailable";
                targetId: number;
                version: string;
            }[];
        },
        undefined,
    > = ...

    GET https://thumbnails.roblox.com/v1/groups/icons Fetches thumbnail URLs for a list of groups. Ids that do not correspond to groups will be filtered out. groupIds size The thumbnail size, formatted widthxheight format The thumbnail format isCircular The circle thumbnail output parameter, true or false