vx_resp_account_chat_history_query
Query chat history.
Read time 1 minuteLast updated 12 days ago
The response for vx_req_account_chat_history_query. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | query_id The ID of the started query. |
Detailed Description
The response for vx_req_account_chat_history_query. See: vx_req_account_chat_history_querystruct vx_resp_account_chat_history_query;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable query_id
The ID of the started query. Use this ID to identify relevant vx_evt_account_chat_history_message and vx_evt_account_archive_query_end events.char * query_id;