Last active
June 18, 2017 16:39
-
-
Save gie3d/b4ded2fac76d3c28d65ce340ee2d2f28 to your computer and use it in GitHub Desktop.
Sample LINE event object
This file contains 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": [ | |
{ | |
"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