avatarsBustsThumbnails
Gets avatar bust thumbnail for multiple users.
Parameters
Name | Type | Description |
---|---|---|
userIds | ArrayNonEmptyIfConst | The ids of the users to get thumbnails for. |
size? | AvatarsFullThumbnailsSize | The avatar thumbnails size (formatted as {width}x{height}). |
format? | ThumbnailFormat | Specifies the format of the thumbnails. |
isCircular? | boolean | Dictates if the thumbnails should be masked by a circle. |
Example
const { data: avatarsBustsThumbnails } = await ClassicThumbnailsApi.avatarsBustsThumbnails({
userIds: [45348281],
size: "150x150",
});
Example Data
{
"45348281": {
state: "Completed",
imageUrl: "https://tr.rbxcdn.com/4b3c0e5b4efdda3bdfd94e77b2850ea5/150/150/AvatarBust/Png",
},
}
Endpoint
GET /v1/users/avatar-bust