UpdateChatBusinessBotManageBar constructor

UpdateChatBusinessBotManageBar({
  1. required int chatId,
  2. BusinessBotManageBar? businessBotManageBar,
})

Implementation

UpdateChatBusinessBotManageBar({
  required this.chatId,
  this.businessBotManageBar,
});