Enum ScheduledEventEntityType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the entity type for a scheduled event.
public enum ScheduledEventEntityType
Fields
StageInstance = 1
Indicates that the events is hold in a stage instance.
Voice = 2
Indicates that the events is hold in a voice channel.
External = 3
Indicates that the events is hold external.