UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

8 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPostedMessageEvent = void 0; const isPostedMessageEvent = (event) => { return (event.subtype === undefined || event.subtype === "bot_message" || event.subtype === "file_share" || event.subtype === "thread_broadcast"); }; exports.isPostedMessageEvent = isPostedMessageEvent; //# sourceMappingURL=message-events.js.map