MXEncryptEventContentResult

data class MXEncryptEventContentResult(val eventContent: Content, val eventType: String)

Constructors

Link copied to clipboard
constructor(eventContent: Content, eventType: String)

Properties

Link copied to clipboard

The encrypted event content.

Link copied to clipboard

The event type.