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