onGroupUpdated( )


Notes:

Triggered when a group is updated. See payload for more information about the specific trigger.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: GroupUpdatedEnvelope): void | Promise<void>

Did this help?