Triggered when a member leaves or is removed from a group.
Retention Logic
Use this to track churn or automatically follow up with members who leave (if appropriate).
Best practices
Update your group member list in your backend database.
Check if it's a voluntary leave or an admin removal.
Group Leaving
Triggered whenever someone is no longer part of the group.
Fields
chatId: The group ID.
participants: Array of IDs that left.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.