Polls added in "sending Messages" in the README
How to send Polls is missing there
And change Group settings according join requests
sock.sendMessage(m.chat, { poll: { name: "pollName", values: ["option1", "option2", "option3"] } });
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?
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