Enum GuildScheduledEventType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the type of a guild scheduled event.
public enum GuildScheduledEventType
Fields
External = 3The event is set for somewhere externally from discord.
None = 0The event doesn't have a set type.
Stage = 1The event is set in a stage channel.
Voice = 2The event is set in a voice channel.