MLSMessageApiV5

internal open class MLSMessageApiV5(authenticatedNetworkClient: AuthenticatedNetworkClient) : MLSMessageApiV4

Inheritors

Constructors

Link copied to clipboard
internal constructor(authenticatedNetworkClient: AuthenticatedNetworkClient)

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.