Need to save latitude and longitude send via whatsapp location in twilio
问题 I need to save/ show latitude and longitude send via Whatsapp location in Twilio. Right now i am able to store text messages but unable to read WhatsApp location 回答1: I don't know exactly for Python but in Node.js if a "Location" is attached to a Whatsapp message, it will be present in the POST request parameters and you can get its properties similarly with how you get the body of the message. If you get the message with req.body.Body then if a location is attached you'll have available as