Skip to main content

Enum GuildScheduledEventType

Represents the type of a guild scheduled event.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum GuildScheduledEventType

Fields​

None​

The event doesn't have a set type.

View Source​
Declaration
None = 0

Stage​

The event is set in a stage channel.

View Source​
Declaration
Stage = 1

Voice​

The event is set in a voice channel.

View Source​
Declaration
Voice = 2

External​

The event is set for somewhere externally from discord.

View Source​
Declaration
External = 3