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