Text

data class Text(val plaintext: ByteArray, val senderClientId: ClientId, val identity: WireIdentity) : BufferedDecryptedMessage(source)

The decrypted message is a text message.

Constructors

Link copied to clipboard
constructor(plaintext: ByteArray, senderClientId: ClientId, identity: WireIdentity)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identity claims present in the sender credential.

Link copied to clipboard

Decrypted text message.

Link copied to clipboard

The sender's ClientId.

Functions

Link copied to clipboard
open override fun destroy()