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