Is it possible to distinguish a threshold public key from a normal one?

In the BFV scheme, is it possible to distinguish a key that one generated by one party from a key that was multyparty generated?

Asking this for security reasons

The public keys are indistinguishable because they are both RLWE instances. RLWE instances are, by definition, computationally indistinguishable from random elements sampled uniformly from the underlying ring.