Class ScheduledEventEditModel
Represents a scheduled event edit model.
Inherited Members
Namespace: DisCatSharp.Net.Models
Assembly: DisCatSharp.dll
Syntax
public class ScheduledEventEditModel : BaseEditModel
Properties
| Improve this Doc View SourceChannel
Gets or sets the channel.
Declaration
public Optional<DiscordChannel> Channel { get; set; }
Property Value
Type | Description |
---|---|
Optional<DiscordChannel> |
CoverImage
Gets or sets the cover image as base64.
Declaration
public Optional<Stream> CoverImage { get; set; }
Property Value
Type | Description |
---|---|
Optional<System.IO.Stream> |
Description
Gets or sets the description.
Declaration
public Optional<string> Description { get; set; }
Property Value
Type | Description |
---|---|
Optional<System.String> |
EntityType
Gets or sets the entity type of the scheduled event.
Declaration
public Optional<ScheduledEventEntityType> EntityType { get; set; }
Property Value
Type | Description |
---|---|
Optional<ScheduledEventEntityType> |
Location
Gets or sets the location.
Declaration
public Optional<string> Location { get; set; }
Property Value
Type | Description |
---|---|
Optional<System.String> |
Name
Gets or sets the name.
Declaration
public Optional<string> Name { get; set; }
Property Value
Type | Description |
---|---|
Optional<System.String> |
ScheduledEndTime
Gets or sets the time when the scheduled event is scheduled to end.
Declaration
public Optional<DateTimeOffset> ScheduledEndTime { get; }
Property Value
Type | Description |
---|---|
Optional<System.DateTimeOffset> |
ScheduledStartTime
Gets or sets the time to schedule the scheduled event.
Declaration
public Optional<DateTimeOffset> ScheduledStartTime { get; }
Property Value
Type | Description |
---|---|
Optional<System.DateTimeOffset> |
Status
Gets or sets the status of the scheduled event.
Declaration
public Optional<ScheduledEventStatus> Status { get; set; }
Property Value
Type | Description |
---|---|
Optional<ScheduledEventStatus> |