case class CreateCommandData(name: String, description: Option[String], options: Seq[ApplicationCommandOption], defaultPermission: Boolean = true, type: Option[ApplicationCommandType]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateCommandData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CreateCommandData(name: String, description: Option[String], options: Seq[ApplicationCommandOption], defaultPermission: Boolean = true, type: Option[ApplicationCommandType])