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
I am able to send Button and list option Messages and able to view them on my iPhone and web WhatsApp but on my other Android phone it does not show any message I used to send text function for the send button Message, but on Android, I am able to see ListOption Message but not able to view Button Message on Chat
the code is as follows if anyone has any ideas please suggest me
Description
I am able to send Button and list option Messages and able to view them on my iPhone and web WhatsApp but on my other Android phone it does not show any message I used to send text function for the send button Message, but on Android, I am able to see ListOption Message but not able to view Button Message on Chat
the code is as follows if anyone has any ideas please suggest me
wpClient
.sendText(number + "@c.us", data.message, {
buttons: data.buttons,
title: data.title,
footer: data.footer,
})
.then((result) => {
console.log("result", result);
Environment
The text was updated successfully, but these errors were encountered: