Method BeginGuildPruneAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
BeginGuildPruneAsync(ulong, int, bool, IEnumerable<ulong>?, string?)
public ValueTask<int?> BeginGuildPruneAsync(ulong guildId, int days, bool computePruneCount, IEnumerable<ulong>? includeRoles = null, string? reason = null)
Parameters
guildId
ulongdays
intcomputePruneCount
boolincludeRoles
IEnumerable<ulong>reason
string
Returns
- ValueTask<int?>