Table of Contents

Class GuildScheduledEventsProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

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

public class GuildScheduledEventsProperties
Inheritance
GuildScheduledEventsProperties
Inherited Members

Properties

ChannelId

Gets or sets the channel id of the event.

public Optional<ulong?> ChannelId { get; set; }

Property Value

Optional<ulong?>

CoverImage

Gets or sets the banner image of the event.

public Optional<Image?> CoverImage { get; set; }

Property Value

Optional<Image?>

Description

Gets or sets the description of the event.

public Optional<string> Description { get; set; }

Property Value

Optional<string>

EndTime

Gets or sets the end time of the event.

public Optional<DateTimeOffset> EndTime { get; set; }

Property Value

Optional<DateTimeOffset>

Location

Gets or sets the location of this event.

public Optional<string> Location { get; set; }

Property Value

Optional<string>

Name

Gets or sets the name of the event.

public Optional<string> Name { get; set; }

Property Value

Optional<string>

PrivacyLevel

Gets or sets the privacy level of the event.

public Optional<GuildScheduledEventPrivacyLevel> PrivacyLevel { get; set; }

Property Value

Optional<GuildScheduledEventPrivacyLevel>

StartTime

Gets or sets the start time of the event.

public Optional<DateTimeOffset> StartTime { get; set; }

Property Value

Optional<DateTimeOffset>

Status

Gets or sets the status of the event.

public Optional<GuildScheduledEventStatus> Status { get; set; }

Property Value

Optional<GuildScheduledEventStatus>

Type

Gets or sets the type of the event.

public Optional<GuildScheduledEventType> Type { get; set; }

Property Value

Optional<GuildScheduledEventType>