Skip to content

Instantly share code, notes, and snippets.

@takahyon
Last active December 11, 2018 08:20
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 takahyon/ac12fea22f4d26251b889f8eceea5b26 to your computer and use it in GitHub Desktop.
Save takahyon/ac12fea22f4d26251b889f8eceea5b26 to your computer and use it in GitHub Desktop.
Line Messenger APIからのリクエスト例
{
"destination": "xxxxxxxxxx",
"events": [
{
"replyToken": "0f3779fba3b349968c5d07db31eab56f",
"type": "message",
"timestamp": 1462629479859,
"source": {
"type": "user",
"userId": "U4af4980629..."
},
"message": {
"id": "325708",
"type": "text",
"text": "Hello, world ここにLINEのメッセージが入っている"
}
},
{
"replyToken": "8cf9239d56244f4197887e939187e19e",
"type": "follow",
"timestamp": 1462629479859,
"source": {
"type": "user",
"userId": "U4af4980629..."
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment