vx_resp_account_get_conversations
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | conversations_size Number of conversations returned in the response. |
| int | next_cursor Cursor to the next page, 0-indexed if this is -1 then you have reached the last page. |
| vx_conversation_list_t | conversations List representing the current page of conversations. |
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable conversations_size
Number of conversations returned in the response.int conversations_size;
variable next_cursor
Cursor to the next page, 0-indexed if this is -1 then you have reached the last page.int next_cursor;
variable conversations
List representing the current page of conversations.vx_conversation_list_t conversations;