Skip to content

Instantly share code, notes, and snippets.

@lyzs90
Created December 14, 2016 16:49
Show Gist options
  • Save lyzs90/b780166c8710ebaf5cbbcd7cd3f3a52e to your computer and use it in GitHub Desktop.
Save lyzs90/b780166c8710ebaf5cbbcd7cd3f3a52e to your computer and use it in GitHub Desktop.
let replyMessage = new builder.Message(session).text('To see what\'s available nearby, just send me your location.');
replyMessage.sourceEvent({
facebook: {
quick_replies: [{
content_type: 'location'
}]
}
});
session.send(replyMessage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment