case class GuildScheduledEvent(id: SnowflakeType[GuildScheduledEvent], guildId: GuildId, channelId: Option[VoiceGuildChannelId], creatorId: Option[UserId], name: String, description: Option[String], scheduledStartTime: OffsetDateTime, scheduledEndTime: Option[OffsetDateTime], privacyLevel: GuildScheduledEventPrivacyLevel, status: GuildScheduledEventStatus, entityType: GuildScheduledEventEntityType, entityId: Option[SnowflakeType[StageInstance]], entityMetadata: Option[GuildScheduledEventEntityMetadata], creator: Option[User], userCount: Option[Int]) extends Product with Serializable
A scheduled event within a guild.
- id
The id of the event
- guildId
The id of the guild the event takes place in.
- channelId
The id of the channel the event takes place in, if it takes place in a channel.
- creatorId
The creator id of the event.
- name
Name of the event.
- description
Description of the event.
- scheduledStartTime
Time the event will start.
- scheduledEndTime
Time the event will end.
- privacyLevel
Privacy level of the event.
- status
Status of the event.
- entityType
The type of the event.
- entityId
Id of an entity associated with the event.
- entityMetadata
Additional metadata.
- creator
The creator of the event.
- userCount
Number of users subscribed to the event.
- Alphabetic
- By Inheritance
- GuildScheduledEvent
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GuildScheduledEvent(id: SnowflakeType[GuildScheduledEvent], guildId: GuildId, channelId: Option[VoiceGuildChannelId], creatorId: Option[UserId], name: String, description: Option[String], scheduledStartTime: OffsetDateTime, scheduledEndTime: Option[OffsetDateTime], privacyLevel: GuildScheduledEventPrivacyLevel, status: GuildScheduledEventStatus, entityType: GuildScheduledEventEntityType, entityId: Option[SnowflakeType[StageInstance]], entityMetadata: Option[GuildScheduledEventEntityMetadata], creator: Option[User], userCount: Option[Int])
- id
The id of the event
- guildId
The id of the guild the event takes place in.
- channelId
The id of the channel the event takes place in, if it takes place in a channel.
- creatorId
The creator id of the event.
- name
Name of the event.
- description
Description of the event.
- scheduledStartTime
Time the event will start.
- scheduledEndTime
Time the event will end.
- privacyLevel
Privacy level of the event.
- status
Status of the event.
- entityType
The type of the event.
- entityId
Id of an entity associated with the event.
- entityMetadata
Additional metadata.
- creator
The creator of the event.
- userCount
Number of users subscribed to the event.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelId: Option[VoiceGuildChannelId]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val creator: Option[User]
- val creatorId: Option[UserId]
- val description: Option[String]
- val entityId: Option[SnowflakeType[StageInstance]]
- val entityMetadata: Option[GuildScheduledEventEntityMetadata]
- val entityType: GuildScheduledEventEntityType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val guildId: GuildId
- val id: SnowflakeType[GuildScheduledEvent]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val privacyLevel: GuildScheduledEventPrivacyLevel
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scheduledEndTime: Option[OffsetDateTime]
- val scheduledStartTime: OffsetDateTime
- val status: GuildScheduledEventStatus
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val userCount: Option[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])