Skip to main content
Module

x/slack_bolt/src/App.ts

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

Classes

A Slack App

Enums

Severity levels for log entries

Interfaces

App initialization options

Authorization function - seeds the middleware processing and listeners with an authorization context

Authorization function outputs - data that will be available as part of event processing

Authorization function inputs - authenticated data about an event for the authorization function

Interface for objects where objects in this package's logs can be sent (can be used as logger option).