Message echo event is invoked whenever message is sent to user. This callback allows you to track all messages being sent no matter if they're sent by you or by someone else.
{
"event": "message_echo",
"timestamp": "2016-10-06T13:42:48Z",
"data": {
"id": "6456078996108099701",
"channel": {
"id": "6456078759331248741",
"type": "telegram"
},
"contact": {
"id": "6456078781510715474"
},
"content": {
"type": "text",
"payload": "We know, we try really hard to bring always something more to our beloved customers!"
},
"metadata": {
"any": "arbitrary data"
}
}
}
Parameter | Type | Description |
---|---|---|
data | object | Object representing message which is echoed. Different type of messages can be received (text, image, etc.). The structure matches Send Message response body. |