onAllowListAddedFromGroup property

void Function(String groupId, List<String> members)? onAllowListAddedFromGroup
final

~english Occurs when one or more group members are added to the allowlist. ~end

~chinese 成员加入群组白名单回调。 ~end

Implementation

final void Function(
  String groupId,
  List<String> members,
)? onAllowListAddedFromGroup;