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