Packages

sealed trait AsyncMessageable extends InteractionResponse

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncMessageable
  2. InteractionResponse
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

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

    Do something extra async after sending the response.

Concrete Value Members

  1. def toRawInteractionResponse: RawInteractionResponse
    Definition Classes
    InteractionResponse