Skip to main content
Module

x/slack_bolt/mod.ts>ConversationsSelect

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

Properties

type: "conversations_select"
optional
initial_conversation: string
optional
placeholder: PlainTextElement
optional
confirm: Confirm
optional
response_url_enabled: boolean
optional
default_to_current_conversation: boolean
optional
filter: { include?: (
| "im"
| "mpim"
| "private"
| "public"
)[]; exclude_external_shared_channels?: boolean; exclude_bot_users?: boolean; }