Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all events.
VX_HANDLEaccount_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 longedit_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

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 editted.

variable new_message

char * new_message;
The new edited message event.

variable edit_time

long long edit_time;
The timestamp of the editted event.

variable displayname

char * displayname;
The displayname of the sender if available.

variable from_user

char * from_user;
The sender URI.

variable language

char * language;
The language. The default setting is NULL, which implies "en".