Product Message + Message Info

This commit is contained in:
Adhiraj
2020-07-12 18:47:20 +05:30
parent 7e9c9881d1
commit 40df8f5d00
5 changed files with 66 additions and 21 deletions

View File

@@ -171,8 +171,8 @@ WAClientTest('Groups', (client) => {
await client.groupRemove(gid, [testJid])
})
it('should leave the group', async () => {
// await client.groupLeave(gid)
await client.groupCreatorAndParticipants ('919324993767-1593506879@g.us')
await client.groupLeave(gid)
await client.groupCreatorAndParticipants (gid)
})
it('should archive the group', async () => {
await client.archiveChat(gid)