Skip to main content
Module

x/slack_bolt/mod.ts>App#start

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
method App.prototype.start
Re-export
import { App } from "https://deno.land/x/slack_bolt@1.0.0/mod.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"]>