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

Polls added in "sending Messages" in the README #30

Closed
piLovr opened this issue Apr 26, 2023 · 4 comments
Closed

Polls added in "sending Messages" in the README #30

piLovr opened this issue Apr 26, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@piLovr
Copy link
Contributor

piLovr commented Apr 26, 2023

How to send Polls is missing there

@piLovr
Copy link
Contributor Author

piLovr commented Apr 26, 2023

And change Group settings according join requests

@edgardmessias edgardmessias added the documentation Improvements or additions to documentation label May 24, 2023
@RavensVenix
Copy link

RavensVenix commented Aug 19, 2023

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

@sahilashraff
Copy link

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?

@Rippanteq7
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

6 participants