ConversationsApi

Direct conversations with other participants.

Currently, just threads containing a post with "direct" visibility.

See also

Functions

Link copied to clipboard
abstract suspend fun deleteConversation(conversationId: String)

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
abstract suspend fun markAsRead(conversationId: String): Conversation

Marks a conversation as read.