Table of Contents

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 ulong

The ID of the guild the event resides on.

eventId ulong

The ID of the event to get

Returns

Task<DiscordScheduledGuildEvent>

The requested event.