ScheduledMessageListQueryParams
public final class ScheduledMessageListQueryParams: NSObjectextension ScheduledMessageListQueryParams: NSCopyingUndocumented
- 
                  
                  The maximum number of BaseMessages per queried page. Default is20.Since 4.0.0DeclarationSwift public var limit: Int = 20
- 
                  
                  The order method for the search. Default is .createdAtSince 4.0.0DeclarationSwift public var order: ScheduledMessageListOrder = .createdAt
- 
                  
                  A Boolean value that indicates whether to reverse the queried result list. Default is false.Since 4.0.0DeclarationSwift public var reverse: Bool = false
- 
                  
                  Restricts the search scope only to retrieve the messages with the specified message status. If not specified, all messages are retrieved. Since 4.0.0DeclarationSwift public var scheduledStatusOptions: ScheduledStatusOptions = []
- 
                  
                  Restricts the search scope only to retrieve messages with the specified message type. Default is .all.Since 4.0.0DeclarationSwift public var messageTypeFilter: MessageTypeFilter = .all
- 
                  
                  Default constructor. DeclarationSwift public override init()
- 
                  
                  Initializes and returns a newly allocated params object that mutated through builder closure. DeclarationSwift public init(builder: (ScheduledMessageListQueryParams) -> Void)ParametersbuilderThe builder closure. Return ValueAn initialized params object. 
- 
                  
                  Undocumented DeclarationSwift public override func isEqual(_ object: Any?) -> Bool
- 
                  
                  Undocumented DeclarationSwift public func copy(with zone: NSZone? = nil) -> Any
 View on GitHub
View on GitHub Install in Dash
Install in Dash