Skip to main content
Module

x/slack_bolt/mod.ts>MultiConversationsSelect

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

Properties

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