Skip to content

Instantly share code, notes, and snippets.

@stripethree
Last active February 25, 2017 17:52
Show Gist options
  • Save stripethree/f39319db5d4c2debd5945316b9c9b68d to your computer and use it in GitHub Desktop.
Save stripethree/f39319db5d4c2debd5945316b9c9b68d to your computer and use it in GitHub Desktop.
Event subscriber example for a user sending an image.
messenger.on(‘message.image’, ({senderId, url, session}) => {
// cool bot stuff
// reply to the user!
messenger.send(userId, { text: ‘something a robot would say’ } );
});
@stripethree
Copy link
Author

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