DelayedWithMsg

io.laserdisc.slack4s.slashcmd.DelayedWithMsg
case class DelayedWithMsg(msg: ChatPostMessageRequest) extends ResponseType

Same as Delayed, but offers a way to respond to the user immediately with an interim message

Value parameters

msg

The intermediate message - e.g. "This might take a little while, please wait..."

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResponseType
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product