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
}
]
}