Wapi_NEW icon indicating copy to clipboard operation
Wapi_NEW copied to clipboard

Buttons in chat

Open mikelustosa opened this issue 4 years ago • 0 comments

Buttons in chat:

"buttons": [ { "id": "0", "displayText": "Sim", "subtype": "quick_reply", "selectionId": "sim" }, { "id": "1", "displayText": "Nao", "subtype": "quick_reply", "selectionId": "nao" } ]

This is the JSON that returns the buttons.

Does anyone already know how I can send this object?

mikelustosa avatar Mar 11 '20 17:03 mikelustosa