MessageSearchQueryOrder
public enum MessageSearchQueryOrder: Intextension MessageSearchQueryOrder: RawRepresentable, CodableThe order type for MessageSearchQuery.
Since
3.0.162- 
                  
                  Score type Returns the result as by their matching score. DeclarationSwift case score = 0
- 
                  
                  Timestamp type Returns the result as by BaseMessage‘s timestamp.DeclarationSwift case timestamp = 1
- 
                  
                  DeclarationSwift public typealias RawValue = String
- 
                  
                  DeclarationSwift public init(rawValue: String)
- 
                  
                  DeclarationSwift public var rawValue: String
- 
                  
                  Default constructor. DeclarationSwift public init(from decoder: Decoder) throwsParametersdecoderDecoderinstance
 View on GitHub
View on GitHub Install in Dash
Install in Dash