Scheduled Event Create Builder
class ScheduledEventCreateBuilder(var name: String, var privacyLevel: GuildScheduledEventPrivacyLevel, var scheduledStartTime: Instant, var entityType: ScheduledEntityType) : AuditRequestBuilder<GuildScheduledEventCreateRequest> (source)
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.