onAllowListRemovedFromGroup property
final
~english Occurs when one or more members are removed from the allowlist. ~end
~chinese 成员移出群组白名单回调。 ~end
Implementation
final void Function(
String groupId,
List<String> members,
)? onAllowListRemovedFromGroup;