FfiListMessagesOptions
public struct FfiListMessagesOptions
extension FfiListMessagesOptions: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var sentBeforeNs: Int64? -
Undocumented
Declaration
Swift
public var sentAfterNs: Int64? -
Undocumented
Declaration
Swift
public var limit: Int64? -
Undocumented
Declaration
Swift
public var deliveryStatus: FfiDeliveryStatus? -
Undocumented
Declaration
Swift
public var direction: FfiDirection? -
Undocumented
Declaration
Swift
public var contentTypes: [FfiContentType]? -
Undocumented
Declaration
Swift
public var excludeContentTypes: [FfiContentType]? -
Undocumented
Declaration
Swift
public var excludeSenderInboxIds: [String]? -
init(sentBeforeNs:sentAfterNs: limit: deliveryStatus: direction: contentTypes: excludeContentTypes: excludeSenderInboxIds: ) Undocumented
Declaration
Swift
public init(sentBeforeNs: Int64?, sentAfterNs: Int64?, limit: Int64?, deliveryStatus: FfiDeliveryStatus?, direction: FfiDirection?, contentTypes: [FfiContentType]?, excludeContentTypes: [FfiContentType]?, excludeSenderInboxIds: [String]?) -
Declaration
Swift
public static func == (lhs: FfiListMessagesOptions, rhs: FfiListMessagesOptions) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
FfiListMessagesOptions Structure Reference