Table of Contents

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 ulong
days int
computePruneCount bool
includeRoles IEnumerable<ulong>
reason string

Returns

ValueTask<int?>