Giter Club home page Giter Club logo

Comments (38)

arskyy avatar arskyy commented on June 10, 2024 15

After 5 votes from Contributors, Mods, and even Pedro himself, I've decided to begin the process of deleting Buttons and Lists. The patch that I released a few days ago was either under wraps or not widely applied for a long time (2 months) and the same day I posted it here it has been patched internally by WhatsApp. This timing is very fishy and to not irritate Meta even more, I drew this line. If you're a business, and you profit a lot from every conversion you make, you can go ahead and use the official Meta API for all I care. I've been working discreetly with other library leaders for about 50 hours total all together reverse engineering to figure this out (whatsmeowlead, whatsappweb4j, baileys, openwa and wppconnect) and after all our efforts nothing has worked out. This is what we really end up with in the end because depending on solution after solution whatever you build on top of it will fail. Like building a hospital on bamboo scaffolding. It takes a heavy heart to say this, I know. I also have a mountain of code to change now (Hypere, StormChat, and countless other partners and clients over the years). Open-wa, Baileys, whatsapp-web.js, and wppconnect will be deprecated keys. The process is slightly different for each library but in the end it will all be the same. - purpshell, maintainer of whatsapp-web.js and Baileys for 3 years now (in case you didn't know)

from baileys.

Auties00 avatar Auties00 commented on June 10, 2024 14

So I'm gonna have a look today.
Still even if i fix it, at this point you really shouldn't be relying on buttons.

from baileys.

makanSukros avatar makanSukros commented on June 10, 2024 8

it's a sign that it's time for you to change lib:v hehehe

It's not about this lib, but indeed at this time WhatsApp has an update and some are missing, I tried other libs and got the same thing, it's good that we try to solve this problem together

from baileys.

jefaokpta avatar jefaokpta commented on June 10, 2024 6

Press 'F'

from baileys.

KiZakiXD avatar KiZakiXD commented on June 10, 2024 4

I have just checked that now i am not getting response to list messages from the bank who are using official api. Seems this bug is temporary.

image btw this using official API. work mobile and web

api kok ditanya

from baileys.

arskyy avatar arskyy commented on June 10, 2024 3

I have just checked that now i am not getting response to list messages from the bank who are using official api. Seems this bug is temporary.

image btw this using official API. work mobile and web

api kok ditanya

kamu hengker yah

from baileys.

brekertabumi avatar brekertabumi commented on June 10, 2024 2

Same with me any Solution ?

No solution for now, but to appear on wa web you can still add the viewOnce parameter

How do you add the viewOnce parameter, can you give an example?

`const buttons = [
{buttonId: "id1", buttonText: {displayText: 'Info 1!'}},
{buttonId: "id2", buttonText: {displayText: 'Info 2!'}},
{buttonId: "id3", buttonText: {displayText: '💵 Info 3'}}
]

const buttonInfo = {
text: "Info Warung Kopi",
buttons: buttons,
viewOnce:true,
headerType: 1
}
await sock.sendMessage(noWa, buttonInfo, {quoted: messages[0]});`

from baileys.

makanSukros avatar makanSukros commented on June 10, 2024 1

Same with me any Solution ?

No solution for now, but to appear on wa web you can still add the viewOnce parameter

from baileys.

reski-rukmantiyo avatar reski-rukmantiyo commented on June 10, 2024 1

After 5 votes from Contributors, Mods, and even Pedro himself, I've decided to begin the process of deleting Buttons and Lists. The patch that I released a few days ago was either under wraps or not widely applied for a long time (2 months) and the same day I posted it here it has been patched internally by WhatsApp. This timing is very fishy and to not irritate Meta even more, I drew this line. If you're a business, and you profit a lot from every conversion you make, you can go ahead and use the official Meta API for all I care. I've been working discreetly with other library leaders for about 50 hours total all together reverse engineering to figure this out (whatsmeowlead, whatsappweb4j, baileys, openwa and wppconnect) and after all our efforts nothing has worked out. This is what we really end up with in the end because depending on solution after solution whatever you build on top of it will fail. Like building a hospital on bamboo scaffolding. It takes a heavy heart to say this, I know. I also have a mountain of code to change now (Hypere, StormChat, and countless other partners and clients over the years). Open-wa, Baileys, whatsapp-web.js, and wppconnect will be deprecated keys. The process is slightly different for each library but in the end it will all be the same. - purpshell, maintainer of whatsapp-web.js and Baileys for 3 years now (in case you didn't know)

hi @arskyy and teams, thanks for everything that you guys have done until this far. may i know, other than button and list, what else that dev will deprecate (other than on server side)? just precautions. thanks

from baileys.

batarabagus avatar batarabagus commented on June 10, 2024

Yes, after the latest update on Android today, list and button messages didn't show up on the receiver.

from baileys.

Kawasan-Opensource avatar Kawasan-Opensource commented on June 10, 2024

same issue

from baileys.

vishwajit76 avatar vishwajit76 commented on June 10, 2024

Same Issue

from baileys.

arskyy avatar arskyy commented on June 10, 2024

it's a sign that it's time for you to change lib:v hehehe

from baileys.

lambangwi avatar lambangwi commented on June 10, 2024

It's not about this lib, but indeed at this time WhatsApp has an update and some are missing, I tried other libs and got the same thing, it's good that we try to solve this problem together

right bro
the problem is not in the lib... there may be an update on the whatsapp server not on the client

from baileys.

KiZakiXD avatar KiZakiXD commented on June 10, 2024

itu tandanya sudah saatnya kalian ganti lib:v hehehe

🐒

from baileys.

KiZakiXD avatar KiZakiXD commented on June 10, 2024

Rip Baileys?

from baileys.

hmcorpltd avatar hmcorpltd commented on June 10, 2024

I have just checked that now i am not getting response to list messages from the bank who are using official api. Seems this bug is temporary.

from baileys.

makanSukros avatar makanSukros commented on June 10, 2024

2, 2228, 8

Not work on ios

from baileys.

MaznAbdullah avatar MaznAbdullah commented on June 10, 2024

I have just checked that now i am not getting response to list messages from the bank who are using official api. Seems this bug is temporary.

wati working /:

from baileys.

lambangwi avatar lambangwi commented on June 10, 2024

I have just checked that now i am not getting response to list messages from the bank who are using official api. Seems this bug is temporary.

image
btw this using official API. work mobile and web

from baileys.

Fonnte avatar Fonnte commented on June 10, 2024

FYI, the maintainer have decided to put button feature as deprecated feature. The deprecation will be done in the future. This means the button will not be fixed anymore. It's time to say goodbye to the button feature from the library.

from baileys.

lambangwi avatar lambangwi commented on June 10, 2024

RIP #Buttons #List :(

from baileys.

sembilan-d avatar sembilan-d commented on June 10, 2024

2, 2228, 8

Not work on ios
Im worked on Ios and Web using "version": [2, 2228, 8]

8d566099-c18b-43dc-ba2b-6322d24d6488

screenshot 118

In IOS Still working

from baileys.

hosamalzagh avatar hosamalzagh commented on June 10, 2024

same issue

from baileys.

codemakesense07 avatar codemakesense07 commented on June 10, 2024

Same with me any Solution ?

No solution for now, but to appear on wa web you can still add the viewOnce parameter

yeah, the button can still be seen on your 'whatsapp web' but it's not sent to your mobile device... this issue hasn't been fixed for so long

from baileys.

Auties00 avatar Auties00 commented on June 10, 2024

I forgot to reply, but there's a server side filter now. So the issue cannot be solved. Btw only buttons, list and template are getting deprecated

from baileys.

reski-rukmantiyo avatar reski-rukmantiyo commented on June 10, 2024

I forgot to be reply, but there's a server side filter now. So the issue cannot be solved. Btw only buttons, list and template are getting deprecated

thanks @Auties00 for clarifications.

from baileys.

bentacos avatar bentacos commented on June 10, 2024

Rip Baileys?

stfu

from baileys.

marcelo386 avatar marcelo386 commented on June 10, 2024

+1

from baileys.

fernandomirassol avatar fernandomirassol commented on June 10, 2024

Is it the end of the list for API free?

from baileys.

satriowicaksn avatar satriowicaksn commented on June 10, 2024

It seems that if we downgrade the library version, the message button will work again, right?

from baileys.

Auties00 avatar Auties00 commented on June 10, 2024

It seems that if we downgrade the library version, the message button will work again, right?

on older(2 Months ago) versions of Whatsapp yes

from baileys.

satriowicaksn avatar satriowicaksn commented on June 10, 2024

Hmm, But if we downgrade, it might not work in the future?

from baileys.

Auties00 avatar Auties00 commented on June 10, 2024

Hmm, But if we downgrade, it might not work in the future?

i mean if your users never upgrade the app it will continue working until the app's version becomes unsupported

from baileys.

fajarminarno avatar fajarminarno commented on June 10, 2024

Same with me any Solution ?

No solution for now, but to appear on wa web you can still add the viewOnce parameter

How do you add the viewOnce parameter, can you give an example?

from baileys.

hernanjls avatar hernanjls commented on June 10, 2024

I see that buton not work also in whatsapp-web.js lib, It see like Facebook block this for whatsapp-web app? or is because the usage for your official api only and block this feature for this api's? for mobile phones

from baileys.

renatoiub avatar renatoiub commented on June 10, 2024

I tested the buttons and the list again, they worked again on IOS.

from baileys.

rajatency avatar rajatency commented on June 10, 2024

Is the buttons feature available now or not on WhatsApp? Is it available on WhatsApp Business?

from baileys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.