Enum ScheduledEventEntityType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the entity type for a scheduled event.
public enum ScheduledEventEntityType
Fields
StageInstance = 1Indicates that the events is hold in a stage instance.
Voice = 2Indicates that the events is hold in a voice channel.
External = 3Indicates that the events is hold external.
[Obsolete("Don't use", true)] PrimeTime = 4Unknown.