Message

value class Message(val value: ByteArray)

An MLS message can either be an application message containing user content or a handshake message which updates the group state (adding, removing clients).

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard
val value: ByteArray