Skip to content

Instantly share code, notes, and snippets.

@stripethree
Last active February 25, 2017 17:52
Show Gist options
  • Save stripethree/f87dfed45d40cb84b2384b19c82b1358 to your computer and use it in GitHub Desktop.
Save stripethree/f87dfed45d40cb84b2384b19c82b1358 to your computer and use it in GitHub Desktop.
// Object
function Image(url) {
this.attachment = {
type: ‘image’,
payload: { url }
};
}
// Application Usage
messenger.send(senderId, new Image(imageUrl)));
@stripethree
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment