Module

x/slack_web_api_client/client/webhook-client.ts>WebhookSender

Streamlined Slack Web API client for TypeScript
Latest
class WebhookSender
import { WebhookSender } from "https://dotland.deno.dev/x/slack_web_api_client@1.1.2/client/webhook-client.ts";

Constructors

new
WebhookSender(url: string)

Methods

call(params: WebhookParams): Promise<Response>