When a message is sent, the API returns a
messageAck
response to confirm successful processing. Depending on the message settings, additional responses may be included.Response Details
- â
messageAck
(Always Returned) â Confirms that the message was acknowledged successfully.
- đ If
echo = 1
â An additional response is included with themessage
method, containing a copy of the message object.
- đŠ If the chat type is a user chat â Two additional responses are included:
messageDelivered
â Confirms that the message was received by the user's device.messageSeen
â Confirms that the user has read the message.
This ensures proper message acknowledgment, delivery tracking, and read status confirmation for outbound messages.