UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

10 lines (8 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUIKitIncomingInteractionActionButtonMessageBox = void 0; const isUIKitIncomingInteractionActionButtonMessageBox = (interaction) => { return interaction.payload.context === 'messageBoxAction'; }; exports.isUIKitIncomingInteractionActionButtonMessageBox = isUIKitIncomingInteractionActionButtonMessageBox; //# sourceMappingURL=IUIKitIncomingInteractionActionButton.js.map