UpdateChatBusinessBotManageBar constructor
UpdateChatBusinessBotManageBar({
- required int chatId,
- BusinessBotManageBar? businessBotManageBar,
Implementation
UpdateChatBusinessBotManageBar({
required this.chatId,
this.businessBotManageBar,
});