The client must be authorized to retrieve the conversations of a user.
getAll
client.Conversation.getAll()
get
Params:
- conversationid: string
- options?
- page?: number
- offset?: number
client.Conversation.get('conversationId', { page: 2, offset: 3 })