You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a problem caused by your code, or is it specifically because of the library?
I have double-checked my code carefully.
Describe the bug.
const participantIds = ['1*************@c.us'];
const res = await chat.addParticipants(participantIds);
res = 'You have no admin rights to add a participant to a group'
Expected Behavior
groupChat.addParticipants() can't add participants to group which memberAddMode equals all_member_add when my account isn't admin .
Steps to Reproduce the Bug or Issue
333333
WhatsApp Account Type
Standard
Browser Type
chromium
Operation System Type
windows
Phone OS Type
android
WhatsApp-Web.js Version
1.26.1-alpha.2
WhatsApp Web Version
2.3000.1017713253
Node.js Version
v20.18.0
Authentication Strategy
LocalAuth
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this a problem caused by your code, or is it specifically because of the library?
Describe the bug.
const participantIds = ['1*************@c.us'];
const res = await chat.addParticipants(participantIds);
res = 'You have no admin rights to add a participant to a group'
Expected Behavior
groupChat.addParticipants() can't add participants to group which memberAddMode equals all_member_add when my account isn't admin .
Steps to Reproduce the Bug or Issue
333333
WhatsApp Account Type
Standard
Browser Type
chromium
Operation System Type
windows
Phone OS Type
android
WhatsApp-Web.js Version
1.26.1-alpha.2
WhatsApp Web Version
2.3000.1017713253
Node.js Version
v20.18.0
Authentication Strategy
LocalAuth
Additional Context
No response
The text was updated successfully, but these errors were encountered: