WasenderApi - Low Cost WhatsApp API for Developers Webhook: Group Update - API Documentation - WasenderApi - Low Cost WhatsApp API for Developers
WasenderApi API

API Documentation

WasenderApi WhatsApp API

Webhook: Group Update

Webhooks

Triggered for other group-related updates, such as changes to group settings like announce mode or restrict mode by an admin.

Webhook: Group Update

Triggered for other group-related updates, such as changes to group settings like announce mode or restrict mode by an admin.

Code Examples

{
  "event": "groups.update",
  "timestamp": 1633456789,
  "data": [
    {
      "jid": "123456789-987654321@g.us",
      "announce": true,
      "restrict": false
    }
  ]
}