OlmDecryptionResult
@JsonClass(generateAdapter = true)
Content copied to clipboard
This class represents the decryption result. It's serialized in eventEntity to remember the decryption result
Constructors
Link copied to clipboard
fun OlmDecryptionResult( @Json(name = "payload") payload: JsonDict? = null, @Json(name = "keysClaimed") keysClaimed: Map<String, String>? = null, @Json(name = "senderKey") senderKey: String? = null, @Json(name = "forwardingCurve25519KeyChain") forwardingCurve25519KeyChain: List<String>? = null, @Json(name = "key_safety") isSafe: Boolean? = null, @Json(name = "verification_state") verificationState: MessageVerificationState? = null)
Content copied to clipboard