Method GetScheduledGuildEventsAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetScheduledGuildEventsAsync(ulong, bool)
public ValueTask<IReadOnlyList<DiscordScheduledGuildEvent>> GetScheduledGuildEventsAsync(ulong guildId, bool withUserCounts = false)
Parameters
guildId
ulongwithUserCounts
bool
Returns
- ValueTask<IReadOnlyList<DiscordScheduledGuildEvent>>