Skip to main content

Class GuildScheduledEventsProperties

Provides properties that are used to modify an Discord.IGuildScheduledEvent with the specified changes.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class GuildScheduledEventsProperties

Properties​

ChannelId​

Gets or sets the channel id of the event.

View Source​
Declaration
public Optional<ulong?> ChannelId { get; set; }

Location​

Gets or sets the location of this event.

View Source​
Declaration
public Optional<string> Location { get; set; }

Name​

Gets or sets the name of the event.

View Source​
Declaration
public Optional<string> Name { get; set; }

PrivacyLevel​

Gets or sets the privacy level of the event.

View Source​
Declaration
public Optional<GuildScheduledEventPrivacyLevel> PrivacyLevel { get; set; }

StartTime​

Gets or sets the start time of the event.

View Source​
Declaration
public Optional<DateTimeOffset> StartTime { get; set; }

EndTime​

Gets or sets the end time of the event.

View Source​
Declaration
public Optional<DateTimeOffset> EndTime { get; set; }

Description​

Gets or sets the description of the event.

View Source​
Declaration
public Optional<string> Description { get; set; }

Type​

Gets or sets the type of the event.

View Source​
Declaration
public Optional<GuildScheduledEventType> Type { get; set; }

Status​

Gets or sets the status of the event.

View Source​
Declaration
public Optional<GuildScheduledEventStatus> Status { get; set; }