-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Button not working #2162
Comments
Read other issues before submitting a new one. There is no solution right now |
in baileys is working.. we need a cat this infor in baileys lid maybe |
baileys they resolved these issues in android and ios ? |
By looking at their thread, the replies are very inconsistent. Apparently it works sometimes with whatsapp personal accounts in android. Who knows |
Yes baileys work BTT in android and ios
Em qui., 27 de abr. de 2023 15:59, Gaspa79 ***@***.***>
escreveu:
… By looking at their thread, the replies are very inconsistent. Apparently
it works sometimes with whatsapp personal accounts in android. Who knows
—
Reply to this email directly, view it on GitHub
<#2162 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV4MLDJBMD777IY34FVYYPTXDJ3TLANCNFSM6AAAAAAXGGHIG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
I try baileys |
Yo utilizo Baileys en mi bot actual e si, está funcionando los botones
Em qui., 4 de mai. de 2023 04:19, tyasa2000 ***@***.***>
escreveu:
… I try baileys
not work BTT in android
—
Reply to this email directly, view it on GitHub
<#2162 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV4MLDNLMY5X4F4WK42QBWDXEMG25ANCNFSM6AAAAAAXGGHIG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
button message not seen (baileys) |
This repo Baileys os not the las versión But u cant use bussines whatsapp,only normal.not bussines |
Does anybody has solution for button not showing in new version v1.19.5? |
there is a general problem |
i think button have problem after update wa web js / bailyes lib |
Buttons and lists are no longer supported |
Is there an existing issue for this?
Describe the bug
i want to send button message, its not working, i tired switch whatsapp original and whatsapp buisness and try any code
Expected behavior
the message detected on bot but in whatsapp is none(DISSAPEAR)
Steps to Reproduce the Bug or Issue
host.on("message", async (m)=>{
const chat = await m.getChat()
if(m.body.toLowerCase() === "testing"){
const button = new Buttons("Hello World", [{"body": "Option A"}, {"body": "Option B"}], "TITLE", "FOOTER");
chat.sendMessage(button);
};
})
Relevant Code
No response
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
WWEBJS V1.19.5
Additional context
No response
The text was updated successfully, but these errors were encountered: