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