Skip to main content
Module

x/slack_bolt/src/App.ts>default#start

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

Convenience method to call start on the receiver

TODO: should replace HTTPReceiver in type definition with a generic that is constrained to Receiver

Parameters

...args: Parameters<HTTPReceiver["start"]>

receiver-specific start arguments

Returns

ReturnType<HTTPReceiver["start"]>