Is there any way to get how many boosts a specific user currently gives to a guild (per-user boost count)? #11220
Replies: 2 comments 1 reply
-
|
Specific questions for the community / maintainers 1.Is there any endpoint, field, or undocumented method that exposes a per-user boost count for a guild that I might have missed? 2.If not, what are recommended best practices for building a resilient multi-boost tracker? Are there hybrid approaches (gateway events + audit logs + polling) that actually work well in production? 3.Are there known edge-case patterns to watch for (gift boosts, refunded boosts, bot accounts, multiple boosts per user across many payment cycles)? 4.Any plans from the Discord API side to expose per-member boost counts in the future? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I’m trying to determine how many Server Boosts a specific user has contributed to a guild (for example: user A has contributed 2 boosts, user B has contributed 1, etc.). I want to use this to give different perks for single-boosters vs multi-boosters.
What I want:
What I already know / tried:
guild.premiumSubscriptionCountgives the total number of boosts in the guild (aggregate), not per-user. (Useful for server-level info, but not for per-user counts). :contentReference[oaicite:0]{index=0}GuildMember#premiumSince/premiumSinceTimestampexists and tells whether a member is currently boosting and since when, but it does not expose a boost count per member. Example:I checked docs and community threads and couldn't find an official field/endpoint that returns a per-user boost count.
could anyone give me possible solution to make this possible?
Beta Was this translation helpful? Give feedback.
All reactions