Interface ChatMessageHandlerReplyCreatorDetectorDataOutput<DETECTED_DATA>

The data that was parsed from a successful detected command by a message.

Type Parameters

  • DETECTED_DATA extends object = EMPTY_OBJECT

    Data that the command detector should return when it successfully detects a command (like regular expression group matches).

Hierarchy

  • ChatMessageHandlerReplyCreatorDetectorDataOutput

Properties

Properties

data: DETECTED_DATA

The information found by the detector that should be forwarded to the command handler.

Generated using TypeDoc