There are problems in GroupMetaData after creation.
For example, here I have created groupchat with an user who cannot be added to a group and the missingParticipants object is neither empty nor full.
- When no participants are missing :
- missingParticipants should be an empty object.
- If there are missing participants :
- the missingParticipants object should be something like { userWid: "5623xxxxx23@c.us" }.
Now it's always undefined whether there is a missing participant or not :
Pleeaaase I need it to prevent users from refusing to be added to a group if they are not in contact with us. In that case i can warn them to desactivate this functionnality in their parmeters. 🙏