Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_delete_message

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

Delete 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 *message_id
The message_id for the old message to edit.
char *user_uri

Detailed Description

struct vx_req_account_delete_message;
Delete an existing message sent to a specific user. See: vx_resp_account_delete_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 message_id

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

variable user_uri

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