Table of Contents

Method GetScheduledGuildEventsAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

GetScheduledGuildEventsAsync(ulong, bool)

public ValueTask<IReadOnlyList<DiscordScheduledGuildEvent>> GetScheduledGuildEventsAsync(ulong guildId, bool withUserCounts = false)

Parameters

guildId ulong
withUserCounts bool

Returns

ValueTask<IReadOnlyList<DiscordScheduledGuildEvent>>