copyWith method
Implementation
RemoveBusinessConnectedBotFromChat copyWith({int? chatId}) =>
RemoveBusinessConnectedBotFromChat(chatId: chatId ?? this.chatId);
RemoveBusinessConnectedBotFromChat copyWith({int? chatId}) =>
RemoveBusinessConnectedBotFromChat(chatId: chatId ?? this.chatId);