Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/slack_types/mod.ts>MultiConversationsSelect

Types for slack-deno packages. Deno port of @slack/types
Latest
interface MultiConversationsSelect
implements Action
import { type MultiConversationsSelect } from "https://deno.land/x/slack_types@3.0.3/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; }