StoredConversationOrder
public enum StoredConversationOrder
Query Order Option for stored conversations.
- updatedTimestamp: By updated timestamp.
- createdTimestamp: By created timestamp.
- lastMessageSentTimestamp: By last message sent timestamp.
-
Undocumented
Declaration
Swift
case updatedTimestamp(descending: Bool)
-
Undocumented
Declaration
Swift
case createdTimestamp(descending: Bool)
-
Undocumented
Declaration
Swift
case lastMessageSentTimestamp(descending: Bool)