Response

@Serializable
data class Response(val thirdPartyIdentifiers: Set<ThirdPartyIdentifier>)

Constructors

Link copied to clipboard
constructor(thirdPartyIdentifiers: Set<ThirdPartyIdentifier>)

Properties

Link copied to clipboard
@SerialName(value = "threepids")
val thirdPartyIdentifiers: Set<ThirdPartyIdentifier>