case class CreateCommandData(name: String, description: Option[String], options: Seq[ApplicationCommandOption], defaultPermission: Boolean = true, type: Option[ApplicationCommandType]) extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateCommandData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CreateCommandData(name: String, description: Option[String], options: Seq[ApplicationCommandOption], defaultPermission: Boolean = true, type: Option[ApplicationCommandType])

Value Members

  1. val defaultPermission: Boolean
  2. val description: Option[String]
  3. val name: String
  4. val options: Seq[ApplicationCommandOption]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val type: Option[ApplicationCommandType]