GroupInfoBundle

data class GroupInfoBundle(var encryptionType: MlsGroupInfoEncryptionType, var ratchetTreeType: MlsRatchetTreeType, var payload: GroupInfo) : Disposable(source)

A GroupInfo with some metadata

Constructors

Link copied to clipboard
constructor(encryptionType: MlsGroupInfoEncryptionType, ratchetTreeType: MlsRatchetTreeType, payload: GroupInfo)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the group info is encrypetd

Link copied to clipboard

The group info

Link copied to clipboard

What kind of ratchet tree is used

Functions

Link copied to clipboard
open override fun destroy()