mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Forwarding other people's messages only
This commit is contained in:
@@ -146,6 +146,10 @@ WAClientTest('Misc', (client) => {
|
||||
assert.ok(response)
|
||||
assert.rejects(client.getProfilePicture('abcd@s.whatsapp.net'))
|
||||
})
|
||||
it('should send typing indicator', async () => {
|
||||
const response = await client.updatePresence(testJid, Presence.composing)
|
||||
assert.ok(response)
|
||||
})
|
||||
it('should mark a chat unread', async () => {
|
||||
await client.sendReadReceipt(testJid, null, 'unread')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user