Packages

c

ackcord.data

ApplicationCommandOption

case class ApplicationCommandOption(type: ApplicationCommandOptionType, name: String, description: String, required: Option[Boolean], choices: Option[Seq[ApplicationCommandOptionChoice]], autocomplete: Option[Boolean], options: Option[Seq[ApplicationCommandOption]], channelTypes: Option[Seq[ChannelType]], minValue: Option[Either[Int, Double]], maxValue: Option[Either[Int, Double]]) extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationCommandOption
  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 ApplicationCommandOption(type: ApplicationCommandOptionType, name: String, description: String, required: Option[Boolean], choices: Option[Seq[ApplicationCommandOptionChoice]], autocomplete: Option[Boolean], options: Option[Seq[ApplicationCommandOption]], channelTypes: Option[Seq[ChannelType]], minValue: Option[Either[Int, Double]], maxValue: Option[Either[Int, Double]])

Value Members

  1. val autocomplete: Option[Boolean]
  2. val channelTypes: Option[Seq[ChannelType]]
  3. val choices: Option[Seq[ApplicationCommandOptionChoice]]
  4. val description: String
  5. val maxValue: Option[Either[Int, Double]]
  6. val minValue: Option[Either[Int, Double]]
  7. val name: String
  8. val options: Option[Seq[ApplicationCommandOption]]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. val required: Option[Boolean]
  11. val type: ApplicationCommandOptionType