Skip to main content
Module

x/slack_bolt/mod.ts>GlobalShortcut

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

A Slack global shortcut wrapped in the standard metadata.

This describes the entire JSON-encoded body of a request from Slack global shortcuts.

Properties

type: "shortcut"
callback_id: string
trigger_id: string
user: { id: string; username: string; team_id: string; }
team: { id: string; domain: string; enterprise_id?: string; enterprise_name?: string; } | null
token: string
action_ts: string
optional
is_enterprise_install: boolean
optional
enterprise: { id: string; name: string; }