rozod
    Preparing search index...

    Variable getUsersAvatarBustConst Api Param

    getUsersAvatarBust: EndpointGeneric<
        {
            format?: "Png"
            | "Webp";
            isCircular?: boolean;
            size?:
                | "50x50"
                | "75x75"
                | "150x150"
                | "420x420"
                | "48x48"
                | "60x60"
                | "100x100"
                | "180x180"
                | "352x352";
            userIds: number[];
        },
        {
            data: {
                imageUrl: string;
                state: | "Error"
                | "Completed"
                | "InReview"
                | "Pending"
                | "Blocked"
                | "TemporarilyUnavailable";
                targetId: number;
                version: string;
            }[];
        },
        undefined,
    > = ...

    GET https://thumbnails.roblox.com/v1/users/avatar-bust Get Avatar Busts for the given CSV of userIds userIds CSV for the userIds to get avatar headshots size The thumbnail size, formatted widthxheight format The thumbnail format isCircular The circle thumbnail output parameter, true or false