InputMessage

class InputMessage<I>(val input: I, val attachments: Attachments)(source)

Message arriving from a sender.

Parameters

I

The type of the input message.

Constructors

Link copied to clipboard
constructor(input: I, attachments: Attachments)

Properties

Link copied to clipboard

Optional attachments that may have additionally been sent with the message.

Link copied to clipboard
val input: I

The raw input itself that was sent.