Skip to main content
Module

x/slack_bolt/mod.ts>MultiChannelsSelectAction

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

An action from a multi select menu with channels list

Properties

selected_channels: [string]
optional
initial_channels: [string]
optional
placeholder: PlainTextElement
optional
confirm: Confirmation