Skip to main content
Module

x/slack_bolt/mod.ts>SlackShortcutMiddlewareArgs

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface SlackShortcutMiddlewareArgs
Re-export
import { type SlackShortcutMiddlewareArgs } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Arguments which listeners and middleware receive to process a shortcut from Slack.

The type parameter Shortcut represents the entire JSON-encoded request body from Slack.

Type Parameters

optional
Shortcut extends SlackShortcut = SlackShortcut

Properties

payload: Shortcut
shortcut: Shortcut
body: Shortcut
say: SayFn
respond: RespondFn
ack: AckFn<void>