Packages

sealed trait ApplicationCommandOptionType extends IntEnumEntry

Source
interactions.scala
Linear Supertypes
IntEnumEntry, ValueEnumEntry[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationCommandOptionType
  2. IntEnumEntry
  3. ValueEnumEntry
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Res

Abstract Value Members

  1. abstract def decodeJson: (Json) => Result[Res]
  2. abstract def encodeJson: (Res) => Json
  3. abstract def value: Int
    Definition Classes
    ApplicationCommandOptionType → ValueEnumEntry
  4. abstract def valueJsonName: String