getMyConversations

abstract fun getMyConversations(): List<Conversation>

Request list of user's joined conversations.

Return

A list of Conversations that the user is joined to.

Throws

If ConversationClient isn't synchronized properly.