object InteractionResponse
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Acknowledge(andThenDo: () => OptFuture[_]) extends InteractionResponse with Product with Serializable
- sealed trait AsyncMessageable extends InteractionResponse
- case class ChannelMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_]) extends InteractionResponse with AsyncMessageable with Product with Serializable
- case class UpdateMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_]) extends InteractionResponse with AsyncMessageable with Product with Serializable
- case class UpdateMessageLater(andThenDo: () => OptFuture[_]) extends InteractionResponse with Product with Serializable
Value Members
- case object Pong extends InteractionResponse with Product with Serializable