slack-dialog

How to combine slash commands, buttons and dialogs for a menu?

梦想与她 提交于 2019-12-11 18:57:25
问题 My Slack app is started with a slash command, which then posts an ephemeral menu message to the user. That menu has some information and three message buttons. Example: First button allows the user to close the menu Second button allows the user to start an action Third button allows the user to open a dialog for changing options. After the user submits the dialog I want to update the menu message to reflect the changes made in the dialog. However, after the user submits the dialog I can no