slackapi / node-slack-interactive-messages

Slack Buttons, Menus, and Dialogs made simpler for Node
MIT License
133 stars 41 forks source link

helper function to remove interactive elements from an original_message #10

Closed aoberoi closed 5 years ago

aoberoi commented 7 years ago

Description

The recommended practice is to return a message replacement that removes the interactive elements (doesn't apply to every use case, but the majority). We can export a function that given a message, does this for the user.

What type of issue is this? (place an x in one of the [ ])

Requirements