onMemberJoinedFromGroup property

void Function(String groupId, String member)? onMemberJoinedFromGroup
final

~english Occurs when a user joins a group. ~end

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

Implementation

final void Function(String groupId, String member)? onMemberJoinedFromGroup;