Skip to main content

Enum GuildScheduledEventPrivacyLevel

Represents the privacy level of a guild scheduled event.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum GuildScheduledEventPrivacyLevel

Fields​

Public​

The scheduled event is public and available in discovery.

View Source​
Declaration
[Obsolete("This event type isn't supported yet! check back later.", true)]
Public = 1

Private​

The scheduled event is only accessible to guild members.

View Source​
Declaration
Private = 2