...
Code Block |
---|
{ "newestMessageTimestamp": 1366624802, "hasMoreMessages": false, "incomingMessages": [ { "documentId": "51750a01e4b0d1406c9c5fdb", "text": " ggghhh", "timestamp": 1366624769, "from": "61555879987", "recipient": "61500079987", "originDocumentId": "517509fee4b0b1be3f128ef5" } ], "outgoingMessages": [ { "documentId": "517509fee4b0b1be3f128ef5", "text": "Reply> ggghhh", "timestamp": 1366624766, "recpipentrecipient": "61555879987" }, { "documentId": "51750a22e4b0b1be3f128ef6", "text": "Hello mommy", "timestamp": 1366624802, "recpipentrecipient": "61255588885" } ], "status": 0 } |
...
name | description |
---|---|
from | number of message sender |
recipient | number of message recipient |
documentId | message ID |
originDocumentId | ID of the message this message is reply for |
timestamp | timestamp of the message |
text | message text |
...