whatsapp-web.js icon indicating copy to clipboard operation
whatsapp-web.js copied to clipboard

Add "fromMe" option to fetchMessages

Open roigreenberg opened this issue 2 years ago • 3 comments

I added an option to get only messages from the bot, or not from the bot. This is needed in some edge case where there is a message from the bot after calling "countUnread". otherwise, fetchMessages will return the bot message instead a unread message.

roigreenberg avatar May 08 '22 19:05 roigreenberg

@PurpShell I removed any unrelated changes, I hope that is enough.

roigreenberg avatar Jul 10 '22 12:07 roigreenberg

lgtm

purpshell avatar Aug 09 '22 09:08 purpshell

Also don't forget to document it in index.d.ts

tuyuribr avatar Aug 09 '22 14:08 tuyuribr