Decrypted Olm Event Container
data class DecryptedOlmEventContainer(val encrypted: Event<EncryptedEventContent.OlmEncryptedEventContent>, val decrypted: DecryptedOlmEvent<*>)
Constructors
Link copied to clipboard
fun DecryptedOlmEventContainer(encrypted: Event<EncryptedEventContent.OlmEncryptedEventContent>, decrypted: DecryptedOlmEvent<*>)