onAutoAcceptInvitationFromGroup property
final
~english 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. ~end
~chinese 当前用户自动同意入群邀请的回调。 设置请见 ChatOptions.autoAcceptGroupInvitation. ~end
Implementation
final void Function(
String groupId,
String inviter,
String? inviteMessage,
)? onAutoAcceptInvitationFromGroup;