Skip to content
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

Closed
1 task done
Goldn7799 opened this issue Apr 21, 2023 · 14 comments
Closed
1 task done

Button not working #2162

Goldn7799 opened this issue Apr 21, 2023 · 14 comments
Labels
bug Something isn't working

Comments

@Goldn7799
Copy link

Goldn7799 commented Apr 21, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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);
};
})

image

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

@Goldn7799 Goldn7799 added the bug Something isn't working label Apr 21, 2023
@amosayomide05
Copy link

Read other issues before submitting a new one.

There is no solution right now

@badDevelopper
Copy link

in baileys is working.. we need a cat this infor in baileys lid maybe

@faviocabral
Copy link

in baileys is working.. we need a cat this infor in baileys lid maybe

baileys they resolved these issues in android and ios ?

@Gaspa79
Copy link

Gaspa79 commented Apr 27, 2023

By looking at their thread, the replies are very inconsistent. Apparently it works sometimes with whatsapp personal accounts in android. Who knows

@badDevelopper
Copy link

badDevelopper commented May 1, 2023 via email

@rawars
Copy link

rawars commented May 1, 2023

Hello friend, what do you mean by BTT ?

@tyasa2000
Copy link

I try baileys
not work BTT in android

@badDevelopper
Copy link

badDevelopper commented May 5, 2023 via email

@tyasa2000
Copy link

tyasa2000 commented May 8, 2023

button message not seen (baileys)
ookamiiixd/baileys-api#175

@badDevelopper
Copy link

This repo Baileys os not the las versión
Try this bailyes https://github.com/WhiskeySockets/Baileys

But u cant use bussines whatsapp,only normal.not bussines

@williamgranzotto
Copy link

Does anybody has solution for button not showing in new version v1.19.5?

@faviocabral
Copy link

Does anybody has solution for button not showing in new version v1.19.5?

there is a general problem

@fr00t16
Copy link

fr00t16 commented May 29, 2023

This repo Baileys os not the las versión Try this bailyes https://github.com/WhiskeySockets/Baileys

But u cant use bussines whatsapp,only normal.not bussines

i think button have problem after update wa web js / bailyes lib

@alechkos
Copy link
Collaborator

alechkos commented Dec 1, 2023

Buttons and lists are no longer supported

@alechkos alechkos closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

10 participants