Hi all I'm trying to add a participant to a group chat and the approach I'm using throws no error but it also doesn't add the participant? Is there something glaring that I am doing wrong? Do I have the participantsIDs correct? The approach I'm using is as follows:
const testGChat = await client.getChatById("xxxxxxxxxxxxxxxx@g.us"); await testGChat.addParticipants([message.id.remote]) //this gets that property from a message which I assume is the ID of the sender. It Looks like 234123456789@c.us