-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit IncomingEventType.ViewSubmitAction #265
Comments
Having the action for |
Right now, there is an If we decide to make
|
Stepping away from the technical side and more of a framework design choice, I think there's a pretty clear separation between |
To understand the current status clearly, I summarized it in the following table:
|
After the above conversation, we've added view_closed support by #276 . In this change, we introduced We may revisit some types as long as we can keep backward-compatibility but we don't have any particular plans for it at this moment. Let me close this issue now. |
Description
In the internal
IncomingEventType
enum, theAction
value represents interactive message actions, dialog submit actions, message actions, and block actions. However, the newViewSubmitAction
is distinct.Are we breaking a convention here? What makes the
ViewSubmitAction
value different enough from the otherAction
events?Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: