MLSMessageApiV0

internal open class MLSMessageApiV0 : MLSMessageApi

Inheritors

Constructors

Link copied to clipboard
internal constructor()

Functions

Link copied to clipboard
open suspend override fun sendCommitBundle(bundle: MLSMessageApi.CommitBundle): NetworkResponse<<Error class: unknown class>>

Send an MLS commit bundle to a MLS group. The destination group is encoded into the message itself.

Link copied to clipboard
open suspend override fun sendMessage(message: MLSMessageApi.Message): NetworkResponse<<Error class: unknown class>>

Send an MLS message to a MLS group. The destination group is encoded into the message itself.