Method GetScheduledGuildEventAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
GetScheduledGuildEventAsync(ulong, ulong)
Gets a specific scheduled guild event.
public Task<DiscordScheduledGuildEvent> GetScheduledGuildEventAsync(ulong guildId, ulong eventId)
Parameters
guildId
ulongThe ID of the guild the event resides on.
eventId
ulongThe ID of the event to get
Returns
- Task<DiscordScheduledGuildEvent>
The requested event.