object InteractionResponseType extends IntCirceEnumWithUnknown[InteractionResponseType]
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionResponseType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends InteractionResponseType with Product with Serializable
Value Members
- implicit val codec: Codec[InteractionResponseType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): InteractionResponseType
- Definition Classes
- InteractionResponseType → ValueEnumWithUnknown
- def values: IndexedSeq[InteractionResponseType]
- Definition Classes
- InteractionResponseType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, InteractionResponseType]
- Definition Classes
- ValueEnum
- def withValue(i: Int): InteractionResponseType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], InteractionResponseType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[InteractionResponseType]
- Definition Classes
- ValueEnum
- case object ApplicationCommandAutocompleteResult extends InteractionResponseType with Product with Serializable
- case object ChannelMessageWithSource extends InteractionResponseType with Product with Serializable
- case object DeferredChannelMessageWithSource extends InteractionResponseType with Product with Serializable
- case object DeferredUpdateMessage extends InteractionResponseType with Product with Serializable
- case object Pong extends InteractionResponseType with Product with Serializable
- case object UpdateMessage extends InteractionResponseType with Product with Serializable