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)