Skip to content

Instantly share code, notes, and snippets.

@gie3d
Last active June 18, 2017 16:39
Show Gist options
  • Save gie3d/b4ded2fac76d3c28d65ce340ee2d2f28 to your computer and use it in GitHub Desktop.
Save gie3d/b4ded2fac76d3c28d65ce340ee2d2f28 to your computer and use it in GitHub Desktop.
Sample LINE event object
{
"events": [
{
"replyToken": "nHuyWiB7yP5Zw52FIkcQobQuGDXCTA",
"type": "message",
"timestamp": 1462629479859,
"source": {
"type": "user",
"userId": "U206d25c2ea6bd87c17655609a1c37cb8"
},
"message": {
"id": "325708",
"type": "text",
"text": "Hello, world"
}
},
{
"replyToken": "nHuyWiB7yP5Zw52FIkcQobQuGDXCTA",
"type": "follow",
"timestamp": 1462629479859,
"source": {
"type": "user",
"userId": "U206d25c2ea6bd87c17655609a1c37cb8"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment