Table of Contents

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 ulong
limit int?
before ulong?
after ulong?

Returns

ValueTask<IReadOnlyList<DiscordBan>>