WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
3.17k stars 1.1k forks source link

Send massage seen list #726

Closed ravindudil5han closed 3 months ago

ravindudil5han commented 3 months ago

When you post a message to a bot group via WhiskeySockets/Baileys, it would be valuable if you could get a list of group members who have seen that message.

SuhailTechInfo commented 3 months ago

When you post a message to a bot group via WhiskeySockets/Baileys, it would be valuable if you could get a list of group members who have seen that message.

YOU CAN GET RECEIPT INFO BY GETTING MESSAGE FROM STORE!

MUST TRY BELOW CODE

let data = await store.loadMessage(message.jid, message.reply_message.id)
console.dir(data.userReceipt)

OUTPUT

HOPE IT'll HELP YOU!