PartialUserEntity

constructor(id: QualifiedIDEntity, name: String? = null, handle: String? = null, email: String? = null, accentId: Int? = null, previewAssetId: UserAssetIdEntity? = null, completeAssetId: UserAssetIdEntity? = null, supportedProtocols: Set<SupportedProtocolEntity>? = null)