We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Messenger allows the user to send their current location. Is there any option to read it by Bootbot? Thank you for your answer.
The text was updated successfully, but these errors were encountered:
I've already figured it out.
convo.ask({ ... }, (payload, convo) => { ... }, [ { event: 'attachment', callback: (payload, convo) => { const text = payload.message.attachments[0].payload["coordinates"]; console.log(text); console.log("Lat: "+text.lat); console.log("Long: "+text.long); convo.end(); } } ]);
Sorry, something went wrong.
No branches or pull requests
Hi. Messenger allows the user to send their current location. Is there any option to read it by Bootbot?
Thank you for your answer.
The text was updated successfully, but these errors were encountered: