Variable getGroupsIconsConst
getGroupsIcons: EndpointGeneric<{ format: undefined | "Png" | "Webp"; groupIds: number[]; isCircular: undefined | boolean; size: undefined | "150x150" | "420x420"; }, { data: { imageUrl: string; state: | "Error" | "Completed" | "InReview" | "Pending" | "Blocked" | "TemporarilyUnavailable"; targetId: number; version: string; }[]; }, any> = ...
Api
GET https://thumbnails.roblox.com/v1/groups/icons
Summary
Fetches thumbnail URLs for a list of groups. Ids that do not correspond to groups will be filtered out.
Param: groupIds
Param: size
The thumbnail size, formatted widthxheight
Param: format
The thumbnail format
Param: isCircular
The circle thumbnail output parameter, true or false