Skip to main content
Latest
interface AssistantThreadsSetSuggestedPromptsRequest
implements SlackAPIRequest
Re-export
import { type AssistantThreadsSetSuggestedPromptsRequest } from "https://deno.land/x/slack_web_api_client@1.1.2/index.ts";

Properties

channel_id: string
thread_ts: string
optional
title: string
prompts: { title: string; message: string; }[]
channel_id: string
thread_ts: string
optional
title: string
prompts: { title: string; message: string; }[]