AIAssistBotController constructor
AIAssistBotController({})
Implementation
AIAssistBotController(
{OnError? onError,
this.user,
this.group,
required this.aiBot,
this.apiConfiguration})
: super(null, onError: onError);