VerificationRequest
data class VerificationRequest(val contextId: String, val senderId: String, val senderPubKey: String, val date: Long?, val bridgeIdentity: BridgeIdentity? = null)
Constructors
Link copied to clipboard
constructor(contextId: String, senderId: String, senderPubKey: String, date: Long?, bridgeIdentity: BridgeIdentity? = null)