@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) • 438 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.isMessageBoxIncomingInteraction = void 0;
const ui_1 = require("../ui");
function isMessageBoxIncomingInteraction(interaction) {
return interaction.buttonContext === ui_1.UIActionButtonContext.MESSAGE_BOX_ACTION;
}
exports.isMessageBoxIncomingInteraction = isMessageBoxIncomingInteraction;
//# sourceMappingURL=UIKitIncomingInteractionTypes.js.map
;