onRequestToJoinAcceptedFromGroup property
final
~english Occurs when a group request is accepted. ~end
~chinese 对端用户接受当前用户发送的群组申请的回调。 ~end
Implementation
final void Function(
String groupId,
String? groupName,
String accepter,
)? onRequestToJoinAcceptedFromGroup;