onRequestToJoinAcceptedFromGroup method Null safety
Occurs when a group request is accepted.
Param groupId
The group ID.
Param groupName
The group name.
Param accepter
The ID of the user that accepts the group request.
Implementation
void onRequestToJoinAcceptedFromGroup(
String groupId, String? groupName, String accepter);