Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_edit_message

Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago

modify an existing message sent to a specific user. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
char *user_uri
char *message_id
The message_id for the old message to edit.
char *new_message
The new message to replace existing message.
char *language
The language.

Detailed Description

struct vx_req_account_edit_message;
modify an existing message sent to a specific user. See: vx_resp_account_edit_message

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable user_uri

char * user_uri;
Deprecated: This is deprecated and should not be used. The destination URI.

variable message_id

char * message_id;
The message_id for the old message to edit.

variable new_message

char * new_message;
The new message to replace existing message.

variable language

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