Table of Contents

Enum GuildScheduledEventStatus

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the status of a guild event.

public enum GuildScheduledEventStatus

Fields

Active = 2

The event has started.

Cancelled = 4

The event was canceled.

Completed = 3

The event was completed.

Scheduled = 1

The event is scheduled for a set time.