onJoinGroupRequestApproved( )


Notes:

Triggered when a join group request is approved.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?