vx_evt_account_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 7 months ago
Presented when an incoming message has arrived from a participant with message-deleted.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| VX_HANDLE | account_handle The handle returned from a successful account request. |
| char * | message_id The message_id of the message to be deleted. |
| long long | delete_time The timestamp of the deleted event. |
| char * | from_user The sender URI. |
Public Attributes Documentation
variable base
vx_evt_base_t base;
The common properties for all events.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful account request.
variable message_id
char * message_id;
The message_id of the message to be deleted.
variable delete_time
long long delete_time;
The timestamp of the deleted event.
variable from_user
char * from_user;
The sender URI.