ConversationsQuery

class ConversationsQuery(val numOpenConversationsFound: Int, val numClosedConversationsFound: Int, val conversations: List<InternalCoreConversation>)

Conversation query information.

Constructors

Link copied to clipboard
constructor(numOpenConversationsFound: Int, numClosedConversationsFound: Int, conversations: List<InternalCoreConversation>)

Properties

Link copied to clipboard

The list of conversations.

Link copied to clipboard

The number of closed conversations found.

Link copied to clipboard

The number of open conversations found.