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