Skip to main content
Module

x/slack_bolt/mod.ts>InteractiveMessage

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

A Slack legacy interactive message action wrapped in the standard metadata.

This describes the entire JSON-encoded body of a request from Slack's legacy interactive messages.

Properties

type: "interactive_message"
callback_id: string
actions: [Action]
team: { id: string; domain: string; enterprise_id?: string; enterprise_name?: string; } | null
user: { id: string; name: string; team_id?: string; }
channel: { id: string; name: string; }
action_ts: string
optional
attachment_id: string
token: string
response_url: string
trigger_id: string
optional
is_app_unfurl: boolean
optional
message_ts: string
optional
original_message: { [key: string]: string; }
optional
is_enterprise_install: boolean
optional
enterprise: { id: string; name: string; }