vx_evt_account_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications 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
The common properties for all events.vx_evt_base_t base;
variable account_handle
The handle returned from a successful account request.VX_HANDLE account_handle;
variable message_id
The message_id of the message to be deleted.char * message_id;
variable delete_time
The timestamp of the deleted event.long long delete_time;
variable from_user
The sender URI.char * from_user;