Three recent whatsapp messages and names

What ni / $ni can I use to see the text from my three recent WhatsApp messages and who they’re from? The given example in the app only lets me read the text from the most recent whatsapp message

Hi there,

For WhatsApp unread messages, you can use these Unread Counter functions:

$uc(whatsapp, from, #)$
Show the sender of the #th unread message.
e.g. $uc(whatsapp, from, 2)$ ➞ sender of the 3rd unread message.

$uc(whatsapp, date, #)$
Show the date of the #th unread message.
e g. $uc(whatsapp, date, 1)$ ➞ date of the 2nd unread message.

$uc(whatsapp, text, #)$
Show the text of the #th unread message.
e g. $uc(whatsapp, text, 0)$ ➞ text of the 1st unread message.

I hope this would help.
:smiling_face::+1:

Super, thanks, extremely helpful

Owh one more thing…

$uc(whatsapp, text, #)$
Show the text of the #th unread message.
e g. $uc(whatsapp, text, 0)$ ➞ text of the 1st unread message.

:smiling_face::+1: