Closed pedrogrisolia closed 4 years ago
@github-actions run
#928
#929
#930
#922
#927
46e1fd8
sendAudio
as alias for sendPtt
and example in demo b8e4440
getMyLastMessage
#924 b357b1e
462fadb
836b676
@pedrogrisolia https://open-wa.github.io/wa-automate-nodejs/classes/client.html#getmylastmessage
You are awesome, thanks!
It would be nice if there was a function that would return the last message sent by the bot in a given chat. The currently method that I'm using is to call getAllMessagesInChat() and then loop it backwards until I find the last bot message. But, getAllMessagesInChat() takes a while to return the list of messages.