group.participant_changed
group.participant_changed: {
action:
| "join"
| "add"
| "remove"
| "demote"
| "promote"
| "leaver";
author?: string;
authorPushName?: string;
groupId: string;
operation:
| "add"
| "remove"
| "demote"
| "promote";
participants: string[];
}
Type declaration
action:
| "join"
| "add"
| "remove"
| "demote"
| "promote"
| "leaver"
Optional
author?: string
Optional
authorPushName?: string
groupId: string
operation:
| "add"
| "remove"
| "demote"
| "promote"
participants: string[]
Triggered when some member of group has changed