Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_web_api_client/mod.ts>AssistantThreadsSetSuggestedPromptsRequest

Streamlined Slack Web API client for TypeScript
Latest
interface AssistantThreadsSetSuggestedPromptsRequest
implements SlackAPIRequest
Re-export
import { type AssistantThreadsSetSuggestedPromptsRequest } from "https://deno.land/x/slack_web_api_client@1.1.2/mod.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; }[]
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; }[]