Method GetScheduledGuildEventUsersAsync
- Namespace
 - DSharpPlus.Net
 
- Assembly
 - DSharpPlus.dll
 
GetScheduledGuildEventUsersAsync(ulong, ulong, bool, int, ulong?, ulong?)
public ValueTask<IReadOnlyList<DiscordUser>> GetScheduledGuildEventUsersAsync(ulong guildId, ulong guildScheduledEventId, bool withMembers = false, int limit = 100, ulong? before = null, ulong? after = null)