BusinessBotManageBar constructor

BusinessBotManageBar({
  1. required int botUserId,
  2. required String manageUrl,
  3. required bool isBotPaused,
  4. required bool canBotReply,
})

Implementation

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