onRequestToJoinAcceptedFromGroup property
void Function(String groupId, String? groupName, String accepter)?
onRequestToJoinAcceptedFromGroup
final
对端用户接受当前用户发送的群组申请的回调。
Implementation
final void Function(
String groupId,
String? groupName,
String accepter,
)? onRequestToJoinAcceptedFromGroup;