mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
added deleteChat
This commit is contained in:
@@ -187,6 +187,9 @@ WAClientTest('Groups', (client) => {
|
||||
it('should archive the group', async () => {
|
||||
await client.archiveChat(gid)
|
||||
})
|
||||
it('should delete the group', async () => {
|
||||
await client.deleteChat(gid)
|
||||
})
|
||||
})
|
||||
WAClientTest('Events', (client) => {
|
||||
it('should deliver a message', async () => {
|
||||
|
||||
Reference in New Issue
Block a user