Skip to content

@wembat/client / WembatMessage

Interface: WembatMessage

Represents a Wembat message.

Properties

encrypted

encrypted: string

The encrypted message.

Source

types.ts:88


iv

iv: string

The initialization vector used for encryption.

Source

types.ts:78


message

message: string

The original message before encryption.

Source

types.ts:83


Generated using typedoc-plugin-markdown and TypeDoc