logo
The messageSeen method represents the incoming response confirming that the recipient has read the message. This method is returned as an additional response when the chat type is user chat, ensuring confirmation that the user has viewed the message.
Field
Type
Required
Description
method
String
Yes
"messageSeen"
message_id
Array of Strings
Yes
An array of message_ids that have been viewed by the user.

Response Example

json
{ "method": "messageSeen", "message_ids": ["d1_w37zpuwx126404", "d1_y7Zt2lJr126176" ] }

Powered by Notaku