Xmtp_MessageContents_ContentTypeId
public struct Xmtp_MessageContents_ContentTypeId
extension Xmtp_MessageContents_ContentTypeId: @unchecked Sendable
extension Xmtp_MessageContents_ContentTypeId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
ContentTypeId is used to identify the type of content stored in a Message.
-
authority governing this content type
Declaration
Swift
public var authorityID: String
-
type identifier
Declaration
Swift
public var typeID: String
-
major version of the type
Declaration
Swift
public var versionMajor: UInt32
-
minor version of the type
Declaration
Swift
public var versionMinor: UInt32
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap
-
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
-
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor
-
Declaration
Swift
public static func == (lhs: Xmtp_MessageContents_ContentTypeId, rhs: Xmtp_MessageContents_ContentTypeId) -> Bool