Method GetGuildPruneCountAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
GetGuildPruneCountAsync(ulong, int, IEnumerable<ulong>)
Get a guild's prune count.
public Task<int> GetGuildPruneCountAsync(ulong guildId, int days, IEnumerable<ulong> includeRoles)
Parameters
guildId
ulongGuild ID
days
intDays to check for
includeRoles
IEnumerable<ulong>The roles to be included in the prune.