Skip to main content
Module

x/deno_slack_sdk/functions/types.ts>FunctionInvocationBody

SDK for building Run on Slack apps using Deno
Go to Latest
type alias FunctionInvocationBody
import { type FunctionInvocationBody } from "https://deno.land/x/deno_slack_sdk@1.4.0/functions/types.ts";
definition: { team_id: string; api_app_id: string; type: "event_callback"; event_id: string; event: { type: "function_executed"; function: { id: string; callback_id: string; title: string; description?: string; }; function_execution_id: string; inputs?: Record<string, unknown>; event_ts: string; }; }