ScheduledEventCreateBuilder
class ScheduledEventCreateBuilder(var name: String, var privacyLevel: GuildScheduledEventPrivacyLevel, var scheduledStartTime: Instant, var entityType: ScheduledEntityType) : AuditRequestBuilder<GuildScheduledEventCreateRequest> (source)
Constructors
Link copied to clipboard
constructor(name: String, privacyLevel: GuildScheduledEventPrivacyLevel, scheduledStartTime: Instant, entityType: ScheduledEntityType)
Properties
Link copied to clipboard
The description of the scheduled event.
Link copied to clipboard
The entity metadata of the scheduled event.
Link copied to clipboard
The entity type of the scheduled event.
Link copied to clipboard
The privacy level of the scheduled event.
Link copied to clipboard
The Instant when the scheduled event is scheduled to end.
Link copied to clipboard
The Instant to schedule the scheduled event.