onAutoAcceptInvitationFromGroup property

(void Function(String groupId, String inviter, String? inviteMessage)?) onAutoAcceptInvitationFromGroup
final

Occurs when the group invitation is accepted automatically. For settings, See ChatOptions.autoAcceptGroupInvitation. The SDK will join the group before notifying the app of the acceptance of the group invitation.

Implementation

final void Function(
  String groupId,
  String inviter,
  String? inviteMessage,
)? onAutoAcceptInvitationFromGroup;