Xmtp_MessageApi_V1_QueryResponse
public struct Xmtp_MessageApi_V1_QueryResponse
extension Xmtp_MessageApi_V1_QueryResponse: @unchecked Sendable
extension Xmtp_MessageApi_V1_QueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
The response, containing envelopes, for a query
-
Undocumented
Declaration
Swift
public var envelopes: [Xmtp_MessageApi_V1_Envelope] -
Undocumented
Declaration
Swift
public var pagingInfo: Xmtp_MessageApi_V1_PagingInfo { get set } -
Returns true if
pagingInfohas been explicitly set.Declaration
Swift
public var hasPagingInfo: Bool { get } -
Clears the value of
pagingInfo. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearPagingInfo() -
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_MessageApi_V1_QueryResponse, rhs: Xmtp_MessageApi_V1_QueryResponse) -> Bool
Xmtp_MessageApi_V1_QueryResponse Structure Reference