sajuthankappan / whatsapp-cloud-api-rs

16 stars 6 forks source link

Whatsapp Webhook does support for location data #8

Closed alelopezperez closed 3 weeks ago

alelopezperez commented 3 weeks ago

In another project i had to use location sent from the user, and I distinctly remember that Meta's main docs for Whatsapp Message webhook event does not specify a location_object. It's scattered but I found it.

Location Webhook <- you can see that Whatsapp Cloud API does send location in a webhook message event.

alelopezperez commented 3 weeks ago

9 Here is my patch to add the location feature