Options
public struct Options : OptionSet
conversation query option.
-
Declaration
Swift
public let rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)
-
the conversations in query result will not contain members info.
Declaration
Swift
public static let notContainMembers: IMConversationQuery.Options
-
the conversations in query result will contain the last message if the last message exist.
Declaration
Swift
public static let containLastMessage: IMConversationQuery.Options