ChannelsSelectAction
Defined in: src/types/actions/block-action.ts:142
An action from a select menu with channels list
Extends
BasicElementAction<"channels_select">
Properties
action_id
action_id: string;
Defined in: src/types/actions/block-action.ts:42
Inherited from
action_ts
action_ts: string;
Defined in: src/types/actions/block-action.ts:43
Inherited from
block_id
block_id: string;
Defined in: src/types/actions/block-action.ts:41
Inherited from
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