Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

Polls added in "sending Messages" in the README

Open piLovr opened this issue 2 years ago • 1 comments

How to send Polls is missing there

piLovr avatar Apr 26 '23 12:04 piLovr

And change Group settings according join requests

piLovr avatar Apr 26 '23 12:04 piLovr

sock.sendMessage(m.chat, { poll: { name: "pollName", values: ["option1", "option2", "option3"] } });

RavensVenix avatar Aug 19 '23 14:08 RavensVenix

sock.sendMessage(m.chat, { poll: { name: "pollName", values: ["option1", "option2", "option3"] } });

It's working but shows only on web not on mobile app is there any way to fix it?

sahilashraff avatar Aug 04 '24 08:08 sahilashraff

sock.sendMessage(m.chat, { poll: { name: "pollName", values: ["option1", "option2", "option3"] } });

It's working but shows only on web not on mobile app is there any way to fix it?

Try this branch #957

Rippanteq7 avatar Aug 05 '24 17:08 Rippanteq7