Skip to main content

ChannelsSelectAction

Defined in: src/types/actions/block-action.ts:142

An action from a select menu with channels list

Extends

Properties

action_id

action_id: string;

Defined in: src/types/actions/block-action.ts:42

Inherited from

BasicElementAction.action_id


action_ts

action_ts: string;

Defined in: src/types/actions/block-action.ts:43

Inherited from

BasicElementAction.action_ts


block_id

block_id: string;

Defined in: src/types/actions/block-action.ts:41

Inherited from

BasicElementAction.block_id


confirm?

optional confirm?: Confirmation;

Defined in: src/types/actions/block-action.ts:146


initial_channel?

optional initial_channel?: string;

Defined in: src/types/actions/block-action.ts:144


placeholder?

optional placeholder?: PlainTextElement;

Defined in: src/types/actions/block-action.ts:145


selected_channel

selected_channel: string;

Defined in: src/types/actions/block-action.ts:143


type

type: "channels_select";

Defined in: src/types/actions/block-action.ts:40

Inherited from

BasicElementAction.type