Method GetGuildBansAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetGuildBansAsync(ulong, int?, ulong?, ulong?)
public ValueTask<IReadOnlyList<DiscordBan>> GetGuildBansAsync(ulong guildId, int? limit = null, ulong? before = null, ulong? after = null)
Parameters
guildId
ulonglimit
int?before
ulong?after
ulong?
Returns
- ValueTask<IReadOnlyList<DiscordBan>>