/boosters
Retrieves a list of boosters in a guild
Last updated
{
status: 200,
details: [
{
"avatar": null,
"communication_disabled_until": null,
"flags": 0,
"is_pending": false,
"joined_at": "1673771300",
"nick": null,
"pending": false,
"premium_since": null,
> 'Read on `Member Objects` : https://discord.com/developers/docs/resources/guild#guild-member-object'
]
}{
status: 200,
details: {
"boosters": [{
"id": "516551416064770059",
"premium_since": "1750169844"
}],// array of userids and the timestamp of when boosting started
"boostCount": 1 // total boost coint
},{
status: 400
error: 'Cannot read ... (This can vary)'
}{
status: 401,
details: { message: '401: Unauthorized', code: 0 }
}{
status: 404,
details: { message: 'Unknown Guild', code: 10004 } (this can vary)
}