PreviousMessageListQueryParams
public final class PreviousMessageListQueryParams: NSObjectextension PreviousMessageListQueryParams: NSCopyingUndocumented
- 
                  
                  Sets the order of messages. If true, the latest message is the index 0. The default value isfalse.Since 3.0.106DeclarationSwift public var reverse: Bool = false
- 
                  
                  Sets the message type to filter messages. The default value is .all.Since 3.0.106DeclarationSwift public var messageTypeFilter: MessageTypeFilter = .all
- 
                  
                  Sets the custom type to filter messages. Since 3.0.106DeclarationSwift public var customTypeFilter: String?
- 
                  
                  Sets the custom types to filter messages. Since 3.0.213DeclarationSwift public var customTypesFilter: [String]?
- 
                  
                  Sets the senders’ user IDs filter. Since 3.0.106DeclarationSwift public var senderUserIdsFilter: [String]?
- 
                  
                  Determines message object include meta array. Default is falseSince 3.0.116DeclarationSwift public var includeMetaArray: Bool = false
- 
                  
                  Determines message object include reactions. Default is falseSince 3.0.168DeclarationSwift public var includeReactions: Bool = false
- 
                  
                  Determines whether to include the thread information of the messages in the results when the results contain parent messages. Default is falseSince 3.0.181DeclarationSwift public var includeThreadInfo: Bool = false
- 
                  
                  Determines whether to include parent message information of the messages in the results when the results contain reply messages. Default is falseDeclarationSwift public var includeParentMessageInfo: Bool = false
- 
                  
                  Sets the reply type to filter messages. The default value is .none.DeclarationSwift public var replyType: ReplyType = .none
- 
                  
                  Determines whether to include only messages from the subChannel to which you belong in the results. Default is falseNote This value is only used in open channels.Since 3.0.204DeclarationSwift public var showSubChannelMessagesOnly: Bool = false
- 
                  
                  fetch limit DeclarationSwift public var limit: UInt = 20
- 
                  
                  Default constructor. DeclarationSwift public override init()
- 
                  
                  Initializes and returns a newly allocated params object that mutated through builder closure. DeclarationSwift public init(builder: (PreviousMessageListQueryParams) -> 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