Buttons no longer showing up in WhatsApp Desktop (Interactive Type)
The API call below should show a message with a body and two buttons. However, this is not visualized correctly on the WhatsApp Desktop (Mac OS X). The buttons don't show at all, only the body is displayed. My version is 24.2.75 (560133088). If I check this same message on WhatsApp Web and on my iPhone, the buttons are there.
{
"messaging_product": "whatsapp",
"to": "{{testing_number}}",
"recipient_type": "individual",
"type": "interactive",
"interactive": {
"type": "button",
"body": {
"text": "This is the body"
},
"action": {
"buttons": [
{
"type": "reply",
"reply": {
"id": 0,
"title": "Button 1"
}
},
{
"type": "reply",
"reply": {
"id": 1,
"title": "Button 2"
}
}
]
}
}
}
I'm also seeing native Windows app is not supporting messages with buttons? that's bad...
Same behavior here. Buttons won't show at all. Version 24.2.75 (560133088). Did you find any solution or answer?
Same problem. Any solutions?
Same problem on Windows (2_2424_6_0). Do you know if there is somewhere a compatibility table (message type / whatsapp client)?