Skip to content

Instantly share code, notes, and snippets.

@aaronromeo
Created December 6, 2016 02:28
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 aaronromeo/a392042fb3989970e33c3eb29d5208b8 to your computer and use it in GitHub Desktop.
Save aaronromeo/a392042fb3989970e33c3eb29d5208b8 to your computer and use it in GitHub Desktop.
Messenger Bot message fragments
{
"attachment":{
"type":"audio",
"payload":{
"url":"https://petersapparel.com/bin/clip.mp3"
}
}
}
{
"attachment":{
"type":"file",
"payload":{
"url":"https://petersapparel.com/bin/receipt.pdf"
}
}
}
{
"attachment":{
"type":"image",
"payload":{
"url":"https://petersapparel.com/img/shirt.png"
}
}
}
{
"text":"hello, world!"
}
{
"attachment":{
"type":"video",
"payload":{
"url":"https://petersapparel.com/bin/clip.mp4"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment