vx_resp_session_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 7 months ago
The response for vx_req_session_delete_message. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | message_id The message_id for the old message to edit. |
| long long | delete_time The timestamp of the deleted message. |
| char * | from_uri The URI of the sender. |
Detailed Description
struct vx_resp_session_delete_message;
The response for vx_req_session_delete_message.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable message_id
char * message_id;
The message_id for the old message to edit.
variable delete_time
long long delete_time;
The timestamp of the deleted message.
variable from_uri
char * from_uri;
The URI of the sender.