GuildEventBuilder constructor

GuildEventBuilder({
  1. Snowflake? channelId,
  2. String? description,
  3. DateTime? endDate,
  4. EntityMetadataBuilder? metadata,
  5. String? name,
  6. GuildEventPrivacyLevel? privacyLevel,
  7. DateTime? startDate,
  8. GuildEventStatus? status,
  9. GuildEventType? type,
})

Implementation

GuildEventBuilder({
  this.channelId,
  this.description,
  this.endDate,
  this.metadata,
  this.name,
  this.privacyLevel,
  this.startDate,
  this.status,
  this.type,
});