Skip to main content
Module

x/slack_bolt/deps.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/deps.ts";

Classes

Default logger which logs to stdout and stderr

InstallProvider Class.

An Socket Mode Client allows programs to communicate with the Slack Platform's Events API over a websocket. This object uses the EventEmitter pattern to dispatch incoming events and has a built in send method to acknowledge incoming events over the websocket.

A client for Slack's Web API

Enums

Severity levels for log entries

Variables

Initialize a new Router with the given options.

A default TextDecoder instance

Functions

Appends the app metadata into the User-Agent value

Create an Opine application.

Create a HTTP server

Create an HTTPS server with given options

Type Aliases

Options for creating an HTTP server.

Options for creating an HTTPS server.