The
messageDelivered
method represents the incoming response confirming that the message has been successfully delivered to the recipient's device. This method is returned as an additional response when the chat type is user chat, ensuring confirmation of message delivery.Field | Type | Required | Description |
method | String | Yes | "messageDelivered" |
reference | Long | Yes | Unique local identifier for the original message. |
message_id | String | Yes | Global Unique identifier for the original message. |
date | Long | Yes | The timestamp when the message was delivered (Unix Epoch time in milliseconds). |
Response Example
json{ "method": "messageDelivered", "message_id": "d1_w37zpuwx126404", "reference": 111111119, }