onAutoAcceptInvitationFromGroup abstract method Null safety

void onAutoAcceptInvitationFromGroup(
  1. String groupId,
  2. String inviter,
  3. String? inviteMessage
)

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.

Param groupId The group ID.

Param inviter The inviter ID.

Param inviteMessage The invitation message.

Implementation

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