copyWith method
Implementation
DeleteBusinessConnectedBot copyWith({int? botUserId}) =>
DeleteBusinessConnectedBot(botUserId: botUserId ?? this.botUserId);
DeleteBusinessConnectedBot copyWith({int? botUserId}) =>
DeleteBusinessConnectedBot(botUserId: botUserId ?? this.botUserId);