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

Can messages send to groups? #57

Open
richi1993 opened this issue Jan 23, 2023 · 4 comments
Open

Can messages send to groups? #57

richi1993 opened this issue Jan 23, 2023 · 4 comments

Comments

@richi1993
Copy link

Is it possible to send messages to a group via the api? Instead of using the recipient_id using the group_id?

@Kalebu
Copy link
Contributor

Kalebu commented Jan 24, 2023

From What I know WhatsApp Cloud API only supports mobile numbers for now

@EljaTrum
Copy link

I'm looking for this too.
I haven't tried it, but pywhatkit appears to got it working.
https://towardsdatascience.com/automate-whatsapp-messages-with-python-in-3-steps-d64cf0de4539

Would be great if it would be possible with Heyoo too.

@Kalebu
Copy link
Contributor

Kalebu commented Feb 12, 2023

Hi @EljaTrum

You have to know Heyoo and Pywhatkit serves an entirely different purpose and differ in their architecture

Pywhatkit sends messages and images by automating the browser and not through the official WhatsApp Cloud API while Heyoo is made to simplify the python integration with the WhatsApp Cloud API therefore it only supports what is officially supported by the APIs and currently Sending messages to group is not officially supported by the API

@CecilRoffey
Copy link

CecilRoffey commented Jun 15, 2023

Sending to a group works against a set time, but im trying to send instantly example

pywhatkit.sendwhatmsg_to_group_instantly("ID123456789XX", "test here")

Gives no error but also does not work

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

No branches or pull requests

4 participants