onAutoAcceptInvitationFromGroup method Null safety
Occurs when the group invitation is accepted automatically. For settings, see {@link ChatOptions#autoAcceptGroupInvitation(boolean value)}. The SDK will join the group before notifying the app of the acceptance of the group invitation.
Param groupId The group ID.
Param inviter The inviter ID.
Param inviteMessage The invitation message.
Implementation
void onAutoAcceptInvitationFromGroup(
String groupId, String inviter, String? inviteMessage);