Skip to content

Instantly share code, notes, and snippets.

@heisGarvit
heisGarvit / whatsapp_webhook.go
Last active April 15, 2024 03:37
Whatsapp Webhook Payload Structs Golang
package whatsapp
type Webhook struct {
Object string `json:"object"`
Entry []struct {
ID string `json:"id"`
Changes []struct {
Value struct {
MessagingProduct string `json:"messaging_product"`
Metadata struct {