Last active
October 24, 2018 09:48
-
-
Save udomsak/4811e35eadd132e74d90799c3bbbf11a to your computer and use it in GitHub Desktop.
Navy Line messaging payload format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events": [ | |
{ | |
"type": "message", | |
"replyToken": "e772d6f6b3ce4f198f58a0671889ac55", | |
"source": { | |
"userId": "U55aa364949999f07b2f7b6b9de0ef07", | |
"type": "user" | |
}, | |
"timestamp": 1540374281107, | |
"message": { | |
"type": "image", | |
"id": "8762866845235" | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events": [ | |
{ | |
"type": "message", | |
"replyToken": "d0439244be7e477fa881f6b16a90a3ae", | |
"source": { | |
"userId": "U55aa36494dce06f07b2f7b6b9de0ef07", | |
"type": "user" | |
}, | |
"timestamp": 1540374174581, | |
"message": { | |
"type": "text", | |
"id": "8762858561267", | |
"text": "Ddddd" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment