case class ApplicationCommand(id: CommandId, type: ApplicationCommandType, applicationId: ApplicationId, guildId: Option[String], name: String, description: String, options: Option[Seq[ApplicationCommandOption]], defaultPermission: Option[Boolean], version: RawSnowflake) extends Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationCommand
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApplicationCommand(id: CommandId, type: ApplicationCommandType, applicationId: ApplicationId, guildId: Option[String], name: String, description: String, options: Option[Seq[ApplicationCommandOption]], defaultPermission: Option[Boolean], version: RawSnowflake)
Value Members
- val applicationId: ApplicationId
- val defaultPermission: Option[Boolean]
- val description: String
- val guildId: Option[String]
- val id: CommandId
- val name: String
- val options: Option[Seq[ApplicationCommandOption]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val type: ApplicationCommandType
- val version: RawSnowflake