onMessageSeenmessage
onMessageSeenmessage is a client-side event or callback used in some messaging SDKs to indicate that a message has been seen by recipients. It is part of read receipt functionality, allowing applications to reflect when a user has viewed a message in chat interfaces.
The event typically carries a payload that identifies the message and context. Common fields include messageId,
When a recipient opens or views a message, the server or client marks it as seen and
Read receipts raise privacy considerations; some users or teams may disable read receipts, in which case the
onMessageSeenmessage is often used in conjunction with delivery events (delivered) and message updates (edited). It is