Request to Update the webhook Object for incoming Interactive Messages #88
derrickobedgiu1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, thanks for always trying your best to fix these issues we keep finding in the LIB. Sorry if I've been using the wrong methods to approach these. Please note I'm still new to GitHub and don't know much about Pull Requests and the like. So I use the available options I understand to raise issues for you.
Please could you update the webhook handler to include the type of interactive message that's incoming? The current method takes both button_reply and list_reply as one type of object. In the future when you decide to
ADD THE BUTTON REPLY
:) we'll need these differentiated. But as of now, since some of us are utilizing this lib, you may find time and do the update even though you currently don't have a Button Reply feature. Here's an in-depth into the issue:And below here is
My request is if it's okay you add the object_type either
button_reply
orlist_reply
Please have a look into adding the
BUTTON REPLIES
as wellThank you.
Beta Was this translation helpful? Give feedback.
All reactions