vx_evt_account_edit_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-edited.
#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 editted. |
| char * | new_message The new edited message event. |
| long long | edit_time The timestamp of the editted event. |
| char * | displayname The displayname of the sender if available. |
| char * | from_user The sender URI. |
| char * | language The language. |
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 editted.char * message_id;
variable new_message
The new edited message event.char * new_message;
variable edit_time
The timestamp of the editted event.long long edit_time;
variable displayname
The displayname of the sender if available.char * displayname;
variable from_user
The sender URI.char * from_user;
variable language
The language. The default setting is NULL, which implies "en".char * language;