onMembersExitedFromGroup property

void Function(String groupId, List<String> userIds)? onMembersExitedFromGroup
final

~english Occurs when members leave the group. ~end

~chinese 成员离开群组的回调。 ~end

Implementation

final void Function(
  String groupId,
  List<String> userIds,
)? onMembersExitedFromGroup;