UNPKG

nestjs-slack-bolt

Version:

A NestJS module for seamless integration with Slack using the Bolt SDK

10 lines (9 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; const base_decorator_1 = require("./base.decorator"); const constants_1 = require("./constants"); /** * Decorator may listen and react to slack Message events. */ exports.Message = (0, base_decorator_1.MetadataBase)(constants_1.SLACK_MESSAGE_METADATA);