Skip to main content

InteractiveAction

type InteractiveAction =
| ButtonClick
| MenuSelect;

Defined in: src/types/actions/interactive-message.ts:5

All actions which Slack delivers from legacy interactive messages. The full body of these actions are represented as [[InteractiveMessage]].