onMembersJoinedFromGroup property

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

~english

Occurs when members join the group. ~end

~chinese 成员加入群组的回调。 ~end

Implementation

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