Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_bolt/src/middleware/builtin.ts>matchMessage

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
function matchMessage
import { matchMessage } from "https://deno.land/x/slack_bolt@1.0.0/src/middleware/builtin.ts";

Parameters

pattern: string | RegExp

Returns

Middleware<SlackEventMiddlewareArgs<"message" | "app_mention">>