object InteractionResponse

Source
interactions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionResponse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Acknowledge(andThenDo: () => OptFuture[_]) extends InteractionResponse with Product with Serializable
  2. sealed trait AsyncMessageable extends InteractionResponse
  3. case class ChannelMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_]) extends InteractionResponse with AsyncMessageable with Product with Serializable
  4. case class UpdateMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_]) extends InteractionResponse with AsyncMessageable with Product with Serializable
  5. case class UpdateMessageLater(andThenDo: () => OptFuture[_]) extends InteractionResponse with Product with Serializable

Value Members

  1. case object Pong extends InteractionResponse with Product with Serializable