Complete group management with remaining features:
join_group_with_link(invite_code) — join a group via invite link
revoke_group_invite_link(group_jid) — reset invite link (pass reset: true)
set_group_settings(group_jid, announce: bool, locked: bool) — toggle who can send/edit
set_group_picture(group_jid, image_data) — set group profile picture
set_disappearing_messages(group_jid, duration) — enable/disable disappearing messages
Part of group management parity with Baileys.
Complete group management with remaining features:
join_group_with_link(invite_code)— join a group via invite linkrevoke_group_invite_link(group_jid)— reset invite link (passreset: true)set_group_settings(group_jid, announce: bool, locked: bool)— toggle who can send/editset_group_picture(group_jid, image_data)— set group profile pictureset_disappearing_messages(group_jid, duration)— enable/disable disappearing messagesPart of group management parity with Baileys.