-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
acceptGroupV4Invite #677
acceptGroupV4Invite #677
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
This makes me think of a couple questions:
- Do the old invites still work?
- How do these differ from the old invites?
- Could something be done to make the existing
acceptInvite
function work with the new format?
Also, it seems like typings are missing for the new acceptGroupV4Invite
function.
1° - Yes, old invites are links, that anyone can join using them |
Added a description to the inviteV4 object Renamed "invite" by "inviteV4"
renamed "invite" to "inviteV4"
acceptGroupV4Invite
Thanks! Tested this and it worked great. Just made a few changes to the typings. |
# By Pedro S. Lopez (3) and others # Via GitHub * 'master' of github.com:harish2704/whatsapp-web.js: Update lint.yml feat: acceptGroupV4Invite (pedroslopez#677) chore: update eslint and ecmaVersion (pedroslopez#680) chore: update lint action (pedroslopez#679) feat(dev): add argument bypassCSP to use in pupperter (pedroslopez#635) add searchMessages method (pedroslopez#586) feat: Add from which device the message was sent (pedroslopez#648) feat: disable / enable WA Web features (pedroslopez#543) feat: Get Orders and Products (pedroslopez#612) add extra option to MessageSendOptions (pedroslopez#600) feat: openChatWindow can open new chats (pedroslopez#592) Add sendVideoAsGif option (pedroslopez#578) Add support for sticker Name and author (pedroslopez#527) # Conflicts: # package.json
* Added option client.acceptGroupV4Invite() * Update Client.js * Update index.d.ts Added a description to the inviteV4 object Renamed "invite" by "inviteV4" * Update Client.js * Update Message.js renamed "invite" to "inviteV4" * Update Client.js * Added message.acceptGroupV4Invite method * Update index.d.ts acceptGroupV4Invite * better typings, refactor some names Co-authored-by: Pedro Lopez <pedroslopez@me.com>
No description provided.