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

Automatic blocking when Create Group #413

Closed
ezesculli opened this issue Jun 23, 2023 · 4 comments
Closed

Automatic blocking when Create Group #413

ezesculli opened this issue Jun 23, 2023 · 4 comments

Comments

@ezesculli
Copy link

I'm trying to create a group with 2 people. When I run the following code, my line had been automatically blocked. No warning, no error.
What is the right way to create groups?

func (mm *MessageManager) SendMessageGroup() {
    num1 := types.NewJID("549115797XXXX", types.DefaultUserServer)
    num2 := types.NewJID("549116367XXXX", types.DefaultUserServer)

    reqCreateGroup := whatsmeow.ReqCreateGroup{
	Name:         "Test group",
	Participants: []types.JID{num1, num2},
    }

    client.CreateGroup(reqCreateGroup)
}
@ezesculli
Copy link
Author

@tulir @sumnerevans, any advice or comment about this?

@tulir
Copy link
Owner

tulir commented Jun 26, 2023

WhatsApp probably doesn't like it when you create groups

@tulir tulir closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2023
@ezesculli
Copy link
Author

Probably it doesn't. Any advice about how to create groups?

@tulir
Copy link
Owner

tulir commented Jun 26, 2023

Using the mobile app manually and only including users who are contacts is least suspicious

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

2 participants