GroupInfoBundle
public struct GroupInfoBundle
extension GroupInfoBundle: Sendable
A GroupInfo
with some metadata
-
How the group info is encrypetd
Declaration
Swift
public var encryptionType: MlsGroupInfoEncryptionType
-
What kind of ratchet tree is used
Declaration
Swift
public var ratchetTreeType: MlsRatchetTreeType
-
The group info
Declaration
Swift
public var payload: GroupInfo
-
Undocumented
Declaration
Swift
public init( /** * How the group info is encrypetd */encryptionType: MlsGroupInfoEncryptionType, /** * What kind of ratchet tree is used */ratchetTreeType: MlsRatchetTreeType, /** * The group info */payload: GroupInfo)