BusinessBotManageBar constructor
BusinessBotManageBar({})
Implementation
BusinessBotManageBar({
required this.botUserId,
required this.manageUrl,
required this.isBotPaused,
required this.canBotReply,
});
BusinessBotManageBar({
required this.botUserId,
required this.manageUrl,
required this.isBotPaused,
required this.canBotReply,
});