Marking messages as read - filipporomani/whatsapp-python GitHub Wiki

Use this method to mark a previously sent text message as read.

msg = Message(instance=yourclient, id="MESSAGEID")
msg.mark_as_read()
⚠️ **GitHub.com Fallback** ⚠️