Table of Contents

Method GetCurrentUserGuildsAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

GetCurrentUserGuildsAsync(int, ulong?, ulong?)

public ValueTask<IReadOnlyList<DiscordGuild>> GetCurrentUserGuildsAsync(int limit = 100, ulong? before = null, ulong? after = null)

Parameters

limit int
before ulong?
after ulong?

Returns

ValueTask<IReadOnlyList<DiscordGuild>>