WelcomeBundle

public struct WelcomeBundle
extension WelcomeBundle: Sendable

see [core_crypto::prelude::WelcomeBundle]

  • id

    Identifier of the joined conversation

    Declaration

    Swift

    public var id: ConversationId
  • New CRL Distribution of members of this group

    Declaration

    Swift

    public var crlNewDistributionPoints: [String]?
  • Undocumented

    Declaration

    Swift

    public init(
        /**
         * Identifier of the joined conversation
         */id: ConversationId, 
        /**
         * New CRL Distribution of members of this group
         */crlNewDistributionPoints: [String]?)