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>)