V1

public struct V1
extension Xmtp_Mls_Database_UpdateGroupMembershipData.V1: @unchecked Sendable
extension Xmtp_Mls_Database_UpdateGroupMembershipData.V1: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

V1 of UpdateGroupMembershipPublishData

  • Contains delta of membership updates that need to be applied

    Declaration

    Swift

    public var membershipUpdates: Dictionary<String, UInt64>
  • Contains the list of members that will be removed

    Declaration

    Swift

    public var removedMembers: [String]
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.