ScheduledEventUpdateBuilder constructor

ScheduledEventUpdateBuilder(
  1. {Snowflake? channelId = sentinelSnowflake,
  2. EntityMetadata? metadata = sentinelEntityMetadata,
  3. String? name,
  4. PrivacyLevel? privacyLevel,
  5. DateTime? scheduledStartTime,
  6. DateTime? scheduledEndTime = sentinelDateTime,
  7. String? description = sentinelString,
  8. ScheduledEntityType? type,
  9. EventStatus? status,
  10. ImageBuilder? image}
)

Implementation

ScheduledEventUpdateBuilder({
  this.channelId = sentinelSnowflake,
  this.metadata = sentinelEntityMetadata,
  this.name,
  this.privacyLevel,
  this.scheduledStartTime,
  this.scheduledEndTime = sentinelDateTime,
  this.description = sentinelString,
  this.type,
  this.status,
  this.image,
});