You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current struct for Slack data returned from the plug is intended to be generically compatible with both Slack Commands and Interactive Messages. The Slack data should be set to private params with more specific data shape based on the incoming request type. This change will make a more flexible library to add new features like the Events API which introduces new fields based on the event type.
TODO:
Refactor Slack Plug with new structs and private param return values
Add support for Events API request
The text was updated successfully, but these errors were encountered:
The current struct for Slack data returned from the plug is intended to be generically compatible with both Slack Commands and Interactive Messages. The Slack data should be set to private params with more specific data shape based on the incoming request type. This change will make a more flexible library to add new features like the Events API which introduces new fields based on the event type.
TODO:
The text was updated successfully, but these errors were encountered: