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)
Parameters
limit
int?before
ulong?after
ulong?withCounts
bool?
Returns
- ValueTask<IReadOnlyList<DiscordGuild>>