vx_resp_account_chat_history_get_last_read
Learn about chat history features.
Read time 1 minuteLast updated 16 days ago
The response for vx_req_account_chat_history_get_last_read. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | message_id The ID of the last read message. |
| long long | read_at The timestamp of the last read message. |
| int | unread_messages_count The count of unread messages. |
Detailed Description
The response for vx_req_account_chat_history_get_last_read. See: vx_req_account_chat_history_get_last_readstruct vx_resp_account_chat_history_get_last_read;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable message_id
The ID of the last read message.char * message_id;
variable read_at
The timestamp of the last read message.long long read_at;
variable unread_messages_count
The count of unread messages.int unread_messages_count;