Packages

case class UpdateMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_]) extends InteractionResponse with AsyncMessageable with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateMessage
  2. Serializable
  3. Product
  4. Equals
  5. AsyncMessageable
  6. InteractionResponse
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UpdateMessage(message: InteractionCallbackDataMessage, andThenDo: () => OptFuture[_])

Value Members

  1. val andThenDo: () => OptFuture[_]
  2. def doAsync(action: (AsyncMessageToken) => OptFuture[_])(implicit interaction: Interaction): InteractionResponse

    Do something extra async after sending the response.

    Do something extra async after sending the response.

    Definition Classes
    UpdateMessageAsyncMessageable
  3. val message: InteractionCallbackDataMessage
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def toRawInteractionResponse: RawInteractionResponse
    Definition Classes
    InteractionResponse