Skip to main content
Module

x/slack_bolt/mod.ts>SlashCommand

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface SlashCommand
implements StringIndexed
Re-export
import { type SlashCommand } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

A Slack slash command

This describes the entire URL-encoded body of a request from Slack's slash commands.

Properties

token: string
command: string
text: string
response_url: string
trigger_id: string
user_id: string
user_name: string
team_id: string
team_domain: string
channel_id: string
channel_name: string
api_app_id: string
optional
enterprise_id: string
optional
enterprise_name: string
optional
is_enterprise_install: string