slackapi / node-slack-interactive-messages

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

Document limits to using `respond()` #43

Closed aoberoi closed 5 years ago

aoberoi commented 6 years ago

Description

the total number of times it can be used is 5, and the server is authoritative about that. document what error is expected if the limit is exceeded.

explicitly document that this doesn't interact with other rate limits (Web API, Events API, RTM API).

Requirements

shaydewael commented 5 years ago

Reopened at https://github.com/slackapi/node-slack-sdk/issues/828