@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
11 lines (9 loc) • 452 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageProcessingType = void 0;
var MessageProcessingType;
(function (MessageProcessingType) {
MessageProcessingType["SendMessage"] = "sendMessage";
MessageProcessingType["RespondWithMessage"] = "respondWithMessage";
})(MessageProcessingType || (exports.MessageProcessingType = MessageProcessingType = {}));
//# sourceMappingURL=MessageProcessingType.js.map
;