Enum GuildScheduledEventStatus
Represents the status of a guild event.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum GuildScheduledEventStatus : int
Fields
Name | Description |
---|---|
Active | The event has started. |
Cancelled | The event was canceled. |
Completed | The event was completed. |
Scheduled | The event is scheduled for a set time. |