Context

public struct Context
extension Xmtp_MessageContents_InvitationV1.Context: @unchecked Sendable
extension Xmtp_MessageContents_InvitationV1.Context: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

The context type

  • Expected to be a URI (ie xmtp.org/convo1)

    Declaration

    Swift

    public var conversationID: String
  • Key value map of additional metadata that would be exposed to application developers and could be used for filtering

    Declaration

    Swift

    public var metadata: Dictionary<String, String>
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.