tock / ai.tock.bot.api.model.message.bot / CustomMessage

CustomMessage

data class CustomMessage : BotMessage (source)

Constructors

<init>

CustomMessage(message: ConstrainedValueWrapper<out ConnectorMessage>, delay: Long = 0)

Properties

delay

The delay to wait before sending this message.

val delay: Long

message

val message: ConstrainedValueWrapper<out ConnectorMessage>