ConversationsApi 
    interface ConversationsApi
Direct conversations with other participants.
Currently, just threads containing a post with "direct" visibility.
See also
Functions
Link copied to clipboard
                  Deletes a conversation.
Link copied to clipboard
                  abstract suspend fun getConversations(limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Conversation>>
Gets the list of conversations for the current account.
Link copied to clipboard
                  Marks a conversation as read.