Method GetGuildsAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetGuildsAsync(int?, ulong?, ulong?, bool?)
public ValueTask<IReadOnlyList<DiscordGuild>> GetGuildsAsync(int? limit = null, ulong? before = null, ulong? after = null, bool? withCounts = null)