getConversations

abstract suspend fun getConversations(limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Conversation>>

Gets the list of conversations for the current account.