Skip to content

Instantly share code, notes, and snippets.

@udomsak
Last active October 24, 2018 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udomsak/4811e35eadd132e74d90799c3bbbf11a to your computer and use it in GitHub Desktop.
Save udomsak/4811e35eadd132e74d90799c3bbbf11a to your computer and use it in GitHub Desktop.
Navy Line messaging payload format
{
"events": [
{
"type": "message",
"replyToken": "e772d6f6b3ce4f198f58a0671889ac55",
"source": {
"userId": "U55aa364949999f07b2f7b6b9de0ef07",
"type": "user"
},
"timestamp": 1540374281107,
"message": {
"type": "image",
"id": "8762866845235"
}
}
]
}
{
"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