wppconnect-team / wppconnect-server

Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
https://wppconnect.io/swagger/wppconnect-server/
Apache License 2.0
641 stars 374 forks source link

Error when inviting user via private link #1934

Open ijro opened 1 month ago

ijro commented 1 month ago

Description

When adding a restricted user (endpoint api//send-message, I receive the message Can't join this group because the number was restricted it. In return I receive the invite_code. So when generating the link https://chat.whatsapp.com/ and sending it using the send-message method, the recipient informs that the return message is "group does not exist"

The general group link doesn't work for me, because the user was removed by an administrator.

Environment

devactivity-app[bot] commented 1 month ago

@ijro, ⭐3 XP earned, 🏆First Issue Created completed! Contribute more to raise your XP/Level, complete challenges for extra achievements! [Sign up for personal dashboard]

icon
ijro commented 1 month ago

I was told that I should actually send the invite using WPP.chat.sendGroupInviteMessage (WPP-Js). Is there this possibility via wppconnect-server?