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
CoverImage
Gets or sets the banner image of the event.
public Optional<Image?> CoverImage { get; set; }
Property Value
Description
Gets or sets the description of the event.
public Optional<string> Description { get; set; }
Property Value
EndTime
Gets or sets the end time of the event.
public Optional<DateTimeOffset> EndTime { get; set; }
Property Value
Location
Gets or sets the location of this event.
public Optional<string> Location { get; set; }
Property Value
Name
Gets or sets the name of the event.
public Optional<string> Name { get; set; }
Property Value
PrivacyLevel
Gets or sets the privacy level of the event.
public Optional<GuildScheduledEventPrivacyLevel> PrivacyLevel { get; set; }
Property Value
StartTime
Gets or sets the start time of the event.
public Optional<DateTimeOffset> StartTime { get; set; }
Property Value
Status
Gets or sets the status of the event.
public Optional<GuildScheduledEventStatus> Status { get; set; }
Property Value
Type
Gets or sets the type of the event.
public Optional<GuildScheduledEventType> Type { get; set; }