import 'package:didvan/models/ai/bots_model.dart'; class AiChatArgs { final BotsModel bot; final int? chatId; AiChatArgs({required this.bot, this.chatId}); }